From 14fb4984ce1115c335f8c0d226956c204e1cf2c9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 17 Apr 2012 08:52:10 +0200 Subject: [PATCH] tests: Add a parsing test for the transition property --- tests/css/parser/Makefile.am | 2 + tests/css/parser/transition.css | 2704 +++++++++++++++ tests/css/parser/transition.ref.css | 4731 +++++++++++++++++++++++++++ 3 files changed, 7437 insertions(+) create mode 100644 tests/css/parser/transition.css create mode 100644 tests/css/parser/transition.ref.css diff --git a/tests/css/parser/Makefile.am b/tests/css/parser/Makefile.am index dcc8b8274b..975e6508c1 100644 --- a/tests/css/parser/Makefile.am +++ b/tests/css/parser/Makefile.am @@ -314,6 +314,8 @@ EXTRA_DIST += \ single-slash.errors\ single-slash.ref.css \ test.png \ + transition.css \ + transition.ref.css \ value-inherit.css \ value-inherit-shorthand.css \ value-inherit-shorthand.ref.css \ diff --git a/tests/css/parser/transition.css b/tests/css/parser/transition.css new file mode 100644 index 0000000000..3276965c7e --- /dev/null +++ b/tests/css/parser/transition.css @@ -0,0 +1,2704 @@ +a { + transition: 0 ease 3s, ease-out 0 3s -dash-, cubic-bezier(1,-2,0,4) 0 3s, 0 all steps(10,start), 0 ease 0, 0 3s step-start, none ease-out 0 0.125s, ease-in 0 ident 50000ms, 0 3s ident steps(10,start), 0 0 step-end, 0 ease-in-out 50000ms -dash-; +} + +b { + transition: 0 ease-in, 0 0.125s linear; +} + +c { + transition: 0 0 steps(10,start), 0 -dash- step-end 0; +} + +d { + transition: none ease, 0 ease 0, -dash- 0 cubic-bezier(1,-2,0,4) 0.125s; +} + +e { + transition: 0 0.125s linear all, ease-in all, all 0 steps(10,start); +} + +f { + transition: 0 all ease 50000ms; +} + +g { + transition: 0 3s none ease-out, 0 ease 3s none, ease-out all 0, step-start none, 0 50000ms cubic-bezier(1,-2,0,4), 0 0 cubic-bezier(1,-2,0,4) ident, 0 all 0.125s ease-in-out; +} + +h { + transition: ease 0 0.125s ident, none ease 0 3s, ident 0 0 ease-out, ease-in 0 ident; +} + +i { + transition: 0 step-end -dash- 50000ms, 0 cubic-bezier(1,-2,0,4) all, step-end 0 0.125s, 0 50000ms ident ease-in-out; +} + +j { + transition: 0 ease none 0.125s, 0 ease 0.125s, 0 0 all ease, 0 ease-in ident 50000ms, 0 0 all ease; +} + +k { + transition: 0 0.125s steps(10,start); +} + +l { + transition: -dash- 0 cubic-bezier(1,-2,0,4) 0.125s, -dash- ease 0 3s, steps(10,start) -dash- 0, ease-out 0 50000ms; +} + +m { + transition: 0 all step-end, ease-in 0; +} + +n { + transition: ease-in-out, 0 step-start, ident 0 3s ease-out, 0 none ease; +} + +o { + transition: 0 0.125s ease; +} + +p { + transition: -dash- 0 3s ease-out, 0 steps(4) none 0, ease 0 0.125s none, step-end 0 -dash- 50000ms; +} + +q { + transition: ease 0 0; +} + +r { + transition: -dash- 0 ease 50000ms, 0 ease 0.125s none, 0 ease-out all 0, ease-in 0 0, 0 ease 0, ident ease-out 0 50000ms, 0 ease-in-out, steps(10,start) none 0, 0 cubic-bezier(1,-2,0,4) 0, 0 50000ms ease-out all, 0 steps(10,start) 0.125s none, steps(4) ident 0; +} + +s { + transition: 0 0 cubic-bezier(1,-2,0,4), ease-in-out none 0 0, all cubic-bezier(1,-2,0,4) 0 0, 0 ease-in-out none, ease ident 0 50000ms, 0 3s none ease-in, 0 3s none step-start; +} + +t { + transition: 0 step-end all 0, 0 3s all step-start, step-start 0 0 -dash-, none steps(4) 0, ease 0 0.125s none, -dash- 0 ease-in-out, 0 steps(10,start) none 0; +} + +u { + transition: 0 50000ms none cubic-bezier(1,-2,0,4); +} + +v { + transition: step-start 0 0 -dash-, 0 -dash- 0 ease; +} + +w { + transition: 0 ease-out all 50000ms; +} + +x { + transition: 0 ease all 3s; +} + +y { + transition: all ease-in-out, 0 0 all linear; +} + +z { + transition: 0 -dash- 0 ease; +} + +ab { + transition: all 0 0 ease, ease-out all 0, steps(10,start) 0 none 0.125s; +} + +bb { + transition: ease 0 -dash- 0.125s; +} + +cb { + transition: 0 3s linear none, ease 0 all 3s, ease ident 0, cubic-bezier(1,-2,0,4) 0 0.125s, 0 -dash- step-start, 0 ease -dash- 3s; +} + +db { + transition: steps(10,start) none 0, -dash- step-end 0, -dash- cubic-bezier(1,-2,0,4) 0 0, steps(10,start) 0 50000ms -dash-, 0 ease; +} + +eb { + transition: ease-in-out 0 3s, 0 all ease 50000ms, 0 ease 0 ident, all 0 steps(4), ident ease 0 0, 0 0.125s ease none; +} + +fb { + transition: 0 ease all 0.125s, 0 -dash- 0.125s step-end, 0 ease-in; +} + +gb { + transition: ident 0 ease-out; +} + +hb { + transition: 0 ident steps(10,start) 50000ms, 0 ease-in, steps(10,start) 0 0 -dash-, steps(4) 0 0 -dash-, step-start none 0 0, 0 3s ease, ident 0 0.125s linear, all 0 step-start, 0 0 ease-out, 0 3s steps(4), 0 step-end 0.125s none; +} + +ib { + transition: 0 3s none ease-in, 0 step-end ident 0; +} + +jb { + transition: 0 steps(10,start) 0 ident, 0 cubic-bezier(1,-2,0,4) 50000ms; +} + +kb { + transition: steps(10,start) 0 50000ms, 0 none ease-in-out 0.125s, ease-in-out 0 3s all, 0 0.125s linear -dash-, step-start 0 3s none, all 0 3s cubic-bezier(1,-2,0,4), none 0 50000ms linear, 0 steps(10,start) -dash-, 0 3s ease, 0 ease none 0, 0 step-start 50000ms, steps(4) 0 all, ease-in 0 0.125s, 0 -dash- ease, 0 ease-in all 0.125s, -dash- 0 ease-in-out 3s, 0 cubic-bezier(1,-2,0,4) ident 50000ms, 0 ident 0 ease, ease-out 0 0 ident, all 0 0 step-start; +} + +lb { + transition: 0 ease, 0 ident linear 50000ms, 0 0 step-end all, ease-out -dash- 0 0.125s, none 0 ease 50000ms, 0 none 3s cubic-bezier(1,-2,0,4), steps(4), 0 step-end ident, ease -dash- 0; +} + +mb { + transition: ease 0 3s, 0 step-start all, -dash- linear 0 50000ms, 0 steps(10,start) 3s, all 0 steps(4) 3s, 0 linear 0 none, 0 3s none ease, step-end 0 3s, 0 step-end 50000ms; +} + +nb { + transition: 0 linear 0 ident, all 0 step-end, -dash- step-end 0 50000ms, all 0 3s ease; +} + +ob { + transition: ident ease 0; +} + +pb { + transition: ease, ident 0 0.125s ease, 0 none 50000ms ease-in-out, none ease 0 0, all 0 linear 0.125s; +} + +qb { + transition: all ease 0, 0 ease, ident ease-in 0, all 0 linear, step-end 0 50000ms, -dash- steps(4) 0 50000ms, ident 0 0 ease, 0 ease 50000ms ident, 0 steps(4) all, step-end 0 0.125s, ease-in 0; +} + +rb { + transition: 0 ease-in-out 50000ms, 0 ease 50000ms, 0 3s ease ident, ident 0 3s steps(10,start); +} + +sb { + transition: ident 0 ease, 0 0 ease, linear ident 0 3s; +} + +tb { + transition: 0 0.125s cubic-bezier(1,-2,0,4) all; +} + +ub { + transition: -dash- ease 0, ease 0 3s; +} + +vb { + transition: -dash- steps(10,start) 0 0.125s, ease all 0 0.125s, 0 linear 3s none, ease none 0 0, ease 0 50000ms, ease none, ident 0 cubic-bezier(1,-2,0,4) 0; +} + +wb { + transition: 0 -dash- 50000ms ease-in-out, none ease; +} + +xb { + transition: steps(10,start) 0, ease-in 0 0 none; +} + +yb { + transition: cubic-bezier(1,-2,0,4) 0 0.125s none, 0 all 0 steps(4); +} + +zb { + transition: -dash- cubic-bezier(1,-2,0,4) 0, 0 linear 3s all; +} + +ac { + transition: 0 50000ms cubic-bezier(1,-2,0,4) none, 0 ident ease 3s, 0 0 ease-in ident; +} + +bc { + transition: ease 0 0.125s, linear -dash-, none ease-in-out 0 0.125s, 0 ident cubic-bezier(1,-2,0,4), ease ident 0, step-end ident, 0 0 ease; +} + +cc { + transition: ease-in-out -dash- 0 3s, step-end, ease-out 0 ident 50000ms; +} + +dc { + transition: 0 3s step-start; +} + +ec { + transition: none ease 0 0.125s, 0 50000ms ease, step-start all 0; +} + +fc { + transition: ease 0 ident, 0 0 ease-in none, 0 ident 0 ease, ease-out 0 0, 0 ease 0.125s, -dash- 0 0.125s ease, 0 3s steps(10,start); +} + +gc { + transition: ease-out 0 all; +} + +hc { + transition: 0 ease-out 0.125s all, ease all 0 0.125s, all 0 50000ms linear; +} + +ic { + transition: ease-in-out; +} + +jc { + transition: step-start none 0, step-end none 0 0.125s, ease 0 none, 0 0.125s steps(4); +} + +kc { + transition: 0 ease -dash- 0.125s, 0 ease-in 0, ease-in-out ident; +} + +lc { + transition: steps(4) ident 0, ease-out -dash- 0, 0 ident 50000ms ease-in; +} + +mc { + transition: all 0 0 steps(10,start); +} + +nc { + transition: -dash- 0 ease; +} + +oc { + transition: 0 ident 0 ease, 0 50000ms steps(10,start); +} + +pc { + transition: 0 step-start 50000ms, all 0 0 ease, 0 ease ident; +} + +qc { + transition: 0 ease-out none 0, ease 0 all 50000ms, 0 all ease 0.125s, 0 0.125s ease-in-out, 0 0 none linear, all 0 50000ms steps(4), ease 0 50000ms; +} + +rc { + transition: 0 ease-in -dash- 50000ms; +} + +sc { + transition: none 0 cubic-bezier(1,-2,0,4); +} + +tc { + transition: 0 ease-out all 50000ms, 0 all cubic-bezier(1,-2,0,4) 0.125s; +} + +uc { + transition: 0 3s none ease, ease 0 3s none; +} + +vc { + transition: 0 ease 0, ease-out 0 0.125s all, 0 ease 3s, 0 cubic-bezier(1,-2,0,4) all, ease-in-out ident 0 3s, -dash- ease-in 0 0.125s, 0 step-end 50000ms, none 0 0.125s ease-out, 0 ident ease-out, all 0 ease-out 0; +} + +wc { + transition: 0 steps(4) all, ease 0 3s, 0 step-end none, 0 step-start none 50000ms; +} + +xc { + transition: ident 0 0 ease-out; +} + +yc { + transition: linear 0 none 0.125s, ease-in 0, ease-in 0, 0 0 steps(4), step-start 0, ease-out 0 50000ms none, linear -dash-, 0 0.125s none ease, ease 0 none, cubic-bezier(1,-2,0,4) 0 3s, -dash- 0 3s ease-in-out, 0 none 3s ease; +} + +zc { + transition: ease 0 all 0.125s; +} + +ad { + transition: 0 linear; +} + +bd { + transition: all step-end 0 0; +} + +cd { + transition: step-end -dash- 0 50000ms, -dash- 0 ease; +} + +dd { + transition: none ease 0, steps(10,start) none 0 3s, step-end 0 0.125s, none linear, ease none 0 50000ms; +} + +ed { + transition: 0 ease-in-out all 3s, 0 3s ease none, 0 ease 0, 0 all steps(10,start) 3s; +} + +fd { + transition: cubic-bezier(1,-2,0,4) 0 3s, 0 -dash- 0.125s ease, 0 3s linear, 0 ease-out 0.125s, steps(4) -dash- 0, none ease 0 0, ease 0 0 all; +} + +gd { + transition: ease 0 0.125s all, 0 all 50000ms linear, 0 step-start 3s none, 0 linear none 0.125s, none linear 0, step-start all 0 3s, step-start 0 -dash- 0.125s; +} + +hd { + transition: 0 ease 3s -dash-, ease-in 0 0.125s, 0 0 ease, ease-out 0 none, ease-in 0 none, ease 0 all, 0 all steps(4), 0 -dash- linear, 0 3s ease, 0 3s none linear; +} + +id { + transition: 0 3s ease-in, 0 ease all 3s; +} + +jd { + transition: ease 0 0.125s, ease-in-out 0 -dash-, 0 -dash- ease-out 0.125s; +} + +kd { + transition: ease ident 0; +} + +ld { + transition: ident 0 ease-in, ease-in-out 0 0; +} + +md { + transition: none 0 ease-in; +} + +nd { + transition: 0 3s cubic-bezier(1,-2,0,4), 0 3s ease-in-out -dash-, ease 0, 0 ease-in-out 50000ms all, step-end all 0 50000ms, 0 ease-out ident, all 0 0 ease-in; +} + +od { + transition: 0 50000ms ease-out -dash-, ease 0 0.125s, ease-out 0 3s -dash-, ease-in-out ident 0 50000ms, 0 0 ident ease; +} + +pd { + transition: 0 cubic-bezier(1,-2,0,4) 0, steps(10,start) 0 ident 0.125s, all ease-in, 0 3s ease-in, 0 all 0 step-start, 0 ease 0.125s, 0 0.125s ease; +} + +qd { + transition: ident 0 50000ms ease; +} + +rd { + transition: 0 ease 0.125s none, 0 0 ease, ease 0; +} + +sd { + transition: 0 steps(4) 0; +} + +td { + transition: 0 ease-in-out ident; +} + +ud { + transition: 0 0 cubic-bezier(1,-2,0,4), all 0 steps(4), ease 0 0, 0 none step-start, ease 0 ident, 0 steps(4) 0.125s none, 0 -dash- 0.125s ease; +} + +vd { + transition: ease-in 0 50000ms none; +} + +wd { + transition: ident ease-out 0, 0 50000ms ease; +} + +xd { + transition: 0 50000ms ease, 0 50000ms none steps(10,start), 0 steps(10,start) 50000ms, step-start 0 none, ident ease; +} + +yd { + transition: step-end 0 50000ms all, none 0 0 steps(10,start), 0 ident ease 50000ms, none ease 0 0, 0 steps(10,start) 50000ms, step-start 0 0 ident, 0 -dash- ease, 0 cubic-bezier(1,-2,0,4) 3s none, 0 -dash- step-end 50000ms; +} + +zd { + transition: ident linear, cubic-bezier(1,-2,0,4) 0 0.125s, 0 ease 3s -dash-, ease 0 50000ms, 0 all step-start; +} + +ae { + transition: ease 0 ident 3s, ease -dash- 0, -dash- ease 0 3s, 0 none ease 0.125s, 0 step-end; +} + +be { + transition: 0 3s none cubic-bezier(1,-2,0,4), 0 0.125s linear, 0 50000ms all ease-in, ease-in 0 50000ms -dash-; +} + +ce { + transition: 0 step-start; +} + +de { + transition: ident 0 step-start 0.125s; +} + +ee { + transition: none 0 ease-in, none 0 3s ease-out, steps(10,start) 0; +} + +fe { + transition: ease-out 0 3s, ease 0 all; +} + +ge { + transition: 0 none cubic-bezier(1,-2,0,4), ease 0 0.125s, 0 ease 0.125s -dash-, 0 0 step-start, 0 ident ease 0, 0 step-start all 0.125s, all ease-out 0, 0 ident step-start 3s, linear 0 50000ms, step-end none, linear 0 0.125s -dash-, 0 all 0 step-end, all 0 0 ease, 0 3s ease, 0 linear none 0, 0 3s ease none, ease ident 0 3s, ease-in-out none 0 3s, 0 all cubic-bezier(1,-2,0,4), 0 0 ease; +} + +he { + transition: 0 ease-in 0.125s -dash-; +} + +ie { + transition: 0 -dash- steps(10,start) 0.125s; +} + +je { + transition: 0 0 linear, 0 50000ms steps(10,start) -dash-, steps(4) 0 3s, ease all 0 0, steps(4) 0 none, ident ease 0 3s, 0 cubic-bezier(1,-2,0,4) 50000ms all; +} + +ke { + transition: 0 all ease-in 0; +} + +le { + transition: all 0 ease, -dash- 0 ease-out 0.125s, 0 3s ident linear, steps(10,start) 0 all, none cubic-bezier(1,-2,0,4), linear 0 3s, step-start 0 -dash-, 0 none ease-in-out, 0 3s steps(10,start), steps(4) 0 -dash-, 0 ease, 0 ease 50000ms; +} + +me { + transition: 0 3s none steps(4), 0 ident 0 cubic-bezier(1,-2,0,4), 0 none 3s steps(4), none ease 0, 0 ease-in 3s, 0 0.125s ease-in-out none, 0 ease none 3s, steps(4) 0 -dash- 50000ms, cubic-bezier(1,-2,0,4) -dash- 0 0, 0 ease 0; +} + +ne { + transition: 0 ease 3s, steps(4) 0 3s, 0 -dash- ease 0.125s, 0 ease-in, -dash- ease 0 50000ms; +} + +oe { + transition: ease-in 0 50000ms, 0 none 0.125s ease-in-out; +} + +pe { + transition: all ease-in 0 0, 0 0.125s cubic-bezier(1,-2,0,4), steps(4) 0 0.125s, all 0 50000ms cubic-bezier(1,-2,0,4), 0 3s ease-out ident; +} + +qe { + transition: none 0 ease 3s, 0 ease-in ident 50000ms, step-end 0, step-start 0 -dash- 0, ease-in all, 0 ease 0.125s; +} + +re { + transition: ease 0, 0 50000ms step-start, none 0 ease 0.125s, 0 ease-in-out 3s, none ease-in; +} + +se { + transition: 0 ident 3s linear, ident step-start 0; +} + +te { + transition: steps(10,start) -dash- 0, 0 3s ease-out, 0 all steps(4) 3s, 0 50000ms cubic-bezier(1,-2,0,4) -dash-, ease 0 none 50000ms, 0 ease 0, ease-in-out 0 all 3s, 0 ease-out, step-end 0, none cubic-bezier(1,-2,0,4) 0, 0 ease all 0, 0 ease-out -dash- 0, ident 0 linear 3s; +} + +ue { + transition: none ease-in 0 50000ms, ease all, 0 0 none step-end, 0 50000ms ease all, ease-in 0 0 none, ease 0 3s, 0 step-start ident, 0 0.125s all ease, step-start 0 ident 0.125s, 0 ident ease 0.125s, 0 ease ident 50000ms, 0 3s ident ease-out, 0 cubic-bezier(1,-2,0,4) 3s, 0 none linear 0.125s, 0 50000ms ease, 0 steps(10,start) 3s, ease 0 3s; +} + +ve { + transition: ident ease, 0 ease ident 0.125s, step-end none 0, 0 3s steps(10,start), 0 ease-out -dash- 3s, step-end 0; +} + +we { + transition: linear -dash- 0 50000ms, all ease-in-out 0 3s, -dash- ease-in 0, 0 0.125s ease-in-out -dash-, ease 0 0.125s ident, -dash- ease-in-out 0 50000ms, 0 ease-out; +} + +xe { + transition: 0 ease-in ident 50000ms, 0 ease 3s, ease-out ident 0 0.125s, 0 0 linear none, 0 steps(4) 0.125s, 0 none ease, ease all 0; +} + +ye { + transition: 0 ease -dash- 3s; +} + +ze { + transition: ease-in-out 0 50000ms all; +} + +af { + transition: -dash- ease 0, 0 0 ease, -dash- ease-out 0 50000ms, 0 all step-start 0, ease-in-out 0 0 none, 0 ease-in 50000ms all, 0 50000ms ease none, 0 ease-in 50000ms; +} + +bf { + transition: ease all; +} + +cf { + transition: none ease-out 0; +} + +df { + transition: 0 -dash- steps(4), 0 step-start, none ease-out 0, ident ease-in 0, 0 0.125s ease all, steps(4) 0 -dash-, 0 cubic-bezier(1,-2,0,4) ident 0.125s; +} + +ef { + transition: 0 3s ease ident; +} + +ff { + transition: 0 all 3s ease; +} + +gf { + transition: ease 0 0.125s, all 0 cubic-bezier(1,-2,0,4); +} + +hf { + transition: none 0 cubic-bezier(1,-2,0,4) 0, 0 ease, 0 all steps(4), ident ease, none ease-out 0 50000ms, 0 ease all, step-start 0 0.125s, ease -dash- 0; +} + +if { + transition: all linear 0 0, -dash- ease 0 50000ms, 0 0.125s steps(10,start), steps(4) 0 all 3s; +} + +jf { + transition: none 0 ease-out 0; +} + +kf { + transition: 0 50000ms ease, step-start 0 3s ident, steps(10,start) 0 0.125s, 0 ease-in-out ident, 0 3s ease-out, steps(4) 0, all step-end 0 50000ms, none 0 0.125s step-end, 0 step-start 50000ms, ident ease-out 0 0.125s, 0 none ease-out 3s, step-end ident, 0 ease, 0 none 50000ms ease, 0 0 none step-start, 0 3s ease-out, 0 ease-in -dash-, 0 ease-in-out; +} + +lf { + transition: 0 ease-in, ease-out ident 0, 0 0.125s linear, -dash- linear 0, none linear 0 0, 0 ease-in none; +} + +mf { + transition: ident step-end 0 50000ms; +} + +nf { + transition: -dash- linear 0, 0 ident 0.125s ease-in; +} + +of { + transition: -dash- linear, 0 -dash- steps(4) 0.125s, 0 none ease 3s; +} + +pf { + transition: 0 0.125s -dash- ease, ease-out 0, -dash- ease; +} + +qf { + transition: 0 0.125s ease, 0 ease -dash- 0.125s; +} + +rf { + transition: ease-out none 0 0.125s, ease-in-out 0 -dash- 0, 0 none steps(10,start) 50000ms, step-end 0 -dash- 0.125s, cubic-bezier(1,-2,0,4) all 0, 0 -dash- ease-in 0, ease 0 0; +} + +sf { + transition: ease all 0 0.125s, 0 3s all cubic-bezier(1,-2,0,4); +} + +tf { + transition: none 0 step-end; +} + +uf { + transition: none 0 steps(10,start); +} + +vf { + transition: 0 ident ease-in-out 0, 0 -dash- 50000ms steps(10,start); +} + +wf { + transition: 0 ident ease 0; +} + +xf { + transition: 0 0.125s ease-in-out all, step-end 0 3s; +} + +yf { + transition: 0 all 50000ms ease, 0 all 0.125s ease, ease-out ident 0 3s, 0 ease 3s, 0 ease-in 0.125s, ease 0, 0 step-end 0, 0 ease 0.125s all; +} + +zf { + transition: 0 0.125s -dash- ease-in-out; +} + +ag { + transition: ease 0 ident 3s, ease-in-out none, 0 all ease, step-end all 0 0.125s, none ease 0 3s, 0 0.125s -dash- ease, none 0 step-end; +} + +bg { + transition: 0 ease-out 50000ms ident, 0 ease-in 3s, -dash- 0 0 step-end, 0 3s steps(4), step-start 0 0 ident, 0 linear 0.125s -dash-, steps(10,start) 0 0 -dash-, 0 all 50000ms ease, ident step-end 0 3s, -dash- step-end 0; +} + +cg { + transition: cubic-bezier(1,-2,0,4) 0 0.125s, ease-out, cubic-bezier(1,-2,0,4) -dash-, linear 0 50000ms all, ease -dash-; +} + +dg { + transition: 0 0 steps(10,start); +} + +eg { + transition: step-end 0 50000ms, ease all, 0 ease, steps(10,start) ident 0, -dash- 0 ease-in-out, none step-start 0 0, 0 ease, all ease 0, ident 0 linear 3s, step-start all 0 0, 0 50000ms cubic-bezier(1,-2,0,4) all, 0 ease-in-out 0 -dash-; +} + +fg { + transition: 0 all 0 step-end, 0 ease-in; +} + +gg { + transition: 0 cubic-bezier(1,-2,0,4) -dash- 0.125s; +} + +hg { + transition: ident 0 ease-in 50000ms, none step-end 0, ident cubic-bezier(1,-2,0,4) 0, none 0 cubic-bezier(1,-2,0,4) 50000ms, ident 0 step-end, ident 0 step-end 3s, 0 ease-in none; +} + +ig { + transition: 0 ease-in-out 50000ms, ease none 0 50000ms, -dash- 0 steps(10,start); +} + +jg { + transition: ease 0 -dash- 0, 0 0.125s ease, all 0 steps(4); +} + +kg { + transition: 0 ease-in-out none, 0 ident 50000ms ease, ident ease 0, 0 steps(4) 0.125s, step-end ident, 0 all 3s ease, ease-in 0 none 0, 0 0 none steps(4), 0 0 ident ease, step-start none 0, 0 3s ease, cubic-bezier(1,-2,0,4), -dash- ease-in-out 0 0; +} + +lg { + transition: -dash- 0 50000ms ease, none linear, linear 0 all 0, ease-out 0 none, 0 3s step-end, linear -dash- 0; +} + +mg { + transition: cubic-bezier(1,-2,0,4) 0 50000ms, 0 ident linear 0, 0 all ease, 0 linear; +} + +ng { + transition: -dash- 0 ease 0, 0 ident steps(4) 0, 0 ease-out, ident 0 ease-in 3s, 0 ident step-start 3s, 0 3s ease-out, 0 3s all steps(4); +} + +og { + transition: ease 0 ident 50000ms; +} + +pg { + transition: none ease-out 0 0.125s, 0 ease-in-out 0.125s none, -dash- 0 ease 0, 0 ease-in 3s, step-end 0 none 3s; +} + +qg { + transition: -dash- ease-in, none 0 linear 50000ms; +} + +rg { + transition: steps(10,start) 0 0 ident, ease, step-start 0 all, 0 ease 50000ms; +} + +sg { + transition: 0 ease 0.125s, all ease 0 50000ms, -dash- 0 3s step-start; +} + +tg { + transition: 0 none ease, linear 0 0 ident, 0 ease none 0.125s, 0 -dash- steps(10,start) 0, ident ease-out 0 3s, 0 50000ms all ease; +} + +ug { + transition: ident 0 ease-out 3s, -dash- 0 step-start 0, 0 0 ident step-start, step-start 0 50000ms, 0 3s -dash- ease; +} + +vg { + transition: 0 none 3s ease-in-out, ease 0 all 50000ms, ease, steps(4) 0 -dash- 0, none 0 3s steps(10,start), ease-in 0, ident 0 ease 3s, ease ident 0 50000ms, 0 linear, all 0 ease-in-out; +} + +wg { + transition: 0 linear 0.125s none, 0 ease-in-out -dash-, none linear 0; +} + +xg { + transition: 0 steps(4) none, ease-in 0 none 3s, ease all, ease-out none, ident 0 3s ease-in, 0 -dash- 50000ms linear, all linear 0 50000ms; +} + +yg { + transition: none ease, 0 none ease 0; +} + +zg { + transition: ident 0 ease-in-out 0.125s, all ease 0 50000ms; +} + +ah { + transition: ease 0, 0 3s ease-in -dash-, step-end 0, 0 ident step-end 0.125s, ease 0 50000ms none, 0 none steps(4) 3s, ease, ease 0; +} + +bh { + transition: 0 cubic-bezier(1,-2,0,4) 0, -dash- ease-out 0; +} + +ch { + transition: 0 50000ms step-end all, 0 none linear, 0 ease-in none 0, 0 linear, 0 steps(10,start) 0 ident, ease 0 3s; +} + +dh { + transition: 0 all 0.125s ease-out, 0 ease-out; +} + +eh { + transition: all cubic-bezier(1,-2,0,4) 0 50000ms, 0 steps(10,start), ident ease 0, 0 ease 0.125s ident, 0 0 cubic-bezier(1,-2,0,4), -dash- steps(4) 0, 0 cubic-bezier(1,-2,0,4) 0.125s ident, 0 -dash- ease-in 50000ms, ease -dash- 0 0.125s, 0 ident 0 ease, ease-in -dash- 0 0, ease-out 0, 0 ease 50000ms, ease 0 none 0, steps(4) 0 -dash- 0; +} + +fh { + transition: steps(10,start) 0 none 0.125s; +} + +gh { + transition: all 0 ease 3s, ease ident; +} + +hh { + transition: ease-in-out 0 0.125s all, ident ease-in 0 3s, 0 step-start, 0 0.125s -dash- ease; +} + +ih { + transition: 0 ident step-end 0.125s, 0 all 0 step-end, 0 0.125s ease, none linear 0 3s; +} + +jh { + transition: steps(10,start) 0 3s, none ease 0 0, ease 0 3s, 0 step-start, ease 0 50000ms; +} + +kh { + transition: 0 ease none 3s, ident 0 steps(10,start), cubic-bezier(1,-2,0,4) none, all steps(4); +} + +lh { + transition: steps(10,start) 0 3s -dash-, linear 0 ident 50000ms, 0 3s steps(10,start), ident ease-out 0 0.125s, ident 0 3s cubic-bezier(1,-2,0,4), 0 cubic-bezier(1,-2,0,4); +} + +mh { + transition: ident 0 ease-in-out 0, 0 all ease 3s, ease ident 0 0; +} + +nh { + transition: cubic-bezier(1,-2,0,4) 0 0 -dash-, 0 linear 0, all steps(4) 0 3s, 0 step-end; +} + +oh { + transition: steps(4) 0 50000ms, 0 ease none 3s; +} + +ph { + transition: 0 ease, 0 linear 50000ms -dash-; +} + +qh { + transition: ease 0, all ease; +} + +rh { + transition: all 0 0.125s steps(4), ease-in ident 0 50000ms, 0 ease-in 0, 0 cubic-bezier(1,-2,0,4) none, step-start none 0 0, ease-in 0, step-end 0 0.125s ident, all ease-in-out 0; +} + +sh { + transition: cubic-bezier(1,-2,0,4) ident 0, ease 0; +} + +th { + transition: steps(4) -dash- 0 0.125s, all 0 ease 0.125s, ease 0; +} + +uh { + transition: -dash- 0 linear, 0 ease 0 none, ease-out 0 none; +} + +vh { + transition: ease -dash-, ident ease; +} + +wh { + transition: ease all, ease 0 0.125s, ease 0 none; +} + +xh { + transition: steps(4) -dash-, step-start 0 3s, step-end, none 0 linear 0; +} + +yh { + transition: ease-in ident 0 3s, 0 ident ease-out, 0 0 -dash- step-start, ease 0 -dash- 3s, ease-in-out 0 -dash- 50000ms; +} + +zh { + transition: cubic-bezier(1,-2,0,4) 0 0 ident, step-end 0 0 ident, step-end 0 0, steps(4) 0 0; +} + +ai { + transition: 0 steps(4) -dash-; +} + +bi { + transition: 0 steps(4) ident; +} + +ci { + transition: ease 0 50000ms -dash-, 0 ease ident 3s, 0 step-end -dash- 0; +} + +di { + transition: 0 ident 0.125s steps(4), 0 none step-start, step-end 0; +} + +ei { + transition: all ease-in 0 50000ms; +} + +fi { + transition: ident ease-in 0 50000ms, -dash- ease-in; +} + +gi { + transition: 0 linear 0.125s ident, -dash- 0 0.125s ease-out, 0 step-end all 3s, ease-in-out all, 0 50000ms linear, -dash- 0 steps(4) 0.125s, 0 3s linear none; +} + +hi { + transition: 0 50000ms ease none, 0 0 all ease, steps(4) 0 -dash- 0, 0 step-end 0.125s -dash-, steps(10,start) ident 0, step-start 0 all 0, 0 ease-in-out 3s, ease 0 50000ms, none linear 0, linear 0 none 0.125s; +} + +ii { + transition: ease 0 all 50000ms, linear 0 3s, 0 ease 50000ms all; +} + +ji { + transition: 0 50000ms linear none, 0 ident ease 3s; +} + +ki { + transition: 0 0 ease, none 0 steps(4) 50000ms, steps(4) 0 0, all step-start, all 0 0 steps(4); +} + +li { + transition: all ease, 0 ease-out, 0 all ease-in, -dash- steps(10,start) 0 3s; +} + +mi { + transition: none ease 0 50000ms, cubic-bezier(1,-2,0,4) 0, ease 0 -dash-, 0 ease-out 0 all, 0 none step-start 0.125s; +} + +ni { + transition: all ease-out 0 50000ms, ease 0 0.125s, ease -dash- 0 50000ms, steps(4) all 0, ease 0 0.125s none, cubic-bezier(1,-2,0,4) 0 none 3s; +} + +oi { + transition: 0 -dash- ease 0.125s; +} + +pi { + transition: 0 ident 0 ease-in, 0 none 3s linear; +} + +qi { + transition: 0 ident linear 3s; +} + +ri { + transition: none step-end; +} + +si { + transition: 0 0 step-end, -dash- linear 0; +} + +ti { + transition: all 0 50000ms ease, steps(4) ident 0 50000ms, 0 50000ms all ease, 0 step-start 50000ms, -dash- ease-in-out 0 0.125s, 0 all ease, 0 ease ident 50000ms; +} + +ui { + transition: ease-in-out 0 none 50000ms; +} + +vi { + transition: 0 linear 3s, steps(10,start), 0 none 50000ms steps(4), all 0 linear, step-start all 0, ease 0 all 0, 0 -dash- steps(4) 50000ms, step-start -dash- 0 50000ms, ease 0 all, 0 ease 0 none, ease 0, ease-in-out 0 ident 50000ms; +} + +wi { + transition: 0 ident ease-in 0; +} + +xi { + transition: 0 steps(4) 3s -dash-, 0 cubic-bezier(1,-2,0,4) 3s, 0 3s steps(4) none; +} + +yi { + transition: 0 0 all steps(10,start); +} + +zi { + transition: step-start -dash-, ease 0; +} + +aj { + transition: 0 0.125s ease-out, 0 0.125s ease-in, 0 0.125s ease, none 0 3s steps(10,start), 0 ease-out 0.125s, -dash- ease 0 3s, 0 3s ident steps(4), 0 step-end ident, 0 -dash- ease-out 0; +} + +bj { + transition: ease none 0 0.125s, linear none 0, 0 3s ease, 0 steps(10,start) -dash-, 0 3s ease-in-out; +} + +cj { + transition: step-end 0 0.125s; +} + +dj { + transition: ease-out all 0, ease 0 ident 0.125s, 0 3s ease, ident 0 50000ms ease, 0 linear ident 0, all 0 ease 0, cubic-bezier(1,-2,0,4) none; +} + +ej { + transition: ease all, cubic-bezier(1,-2,0,4) 0 0 ident, 0 step-end 0.125s, 0 ident 0.125s ease-out, ident cubic-bezier(1,-2,0,4) 0, none step-start; +} + +fj { + transition: 0 -dash- ease 0.125s, 0 50000ms step-start none, linear 0 0; +} + +gj { + transition: none 0 step-end 50000ms; +} + +hj { + transition: 0 step-end none 0, ident steps(4) 0 3s, 0 0.125s -dash- cubic-bezier(1,-2,0,4), 0 50000ms all ease, cubic-bezier(1,-2,0,4) none; +} + +ij { + transition: 0 ease; +} + +jj { + transition: 0 steps(4) -dash- 50000ms; +} + +kj { + transition: ease 0, ease 0 -dash-; +} + +lj { + transition: 0 ease 0.125s, step-end 0 3s; +} + +mj { + transition: 0 0.125s ease ident, 0 ease, 0 50000ms ident ease-out; +} + +nj { + transition: 0 ease 50000ms; +} + +oj { + transition: -dash- 0 steps(10,start), 0 ease-out 3s, steps(10,start) 0 ident, 0 cubic-bezier(1,-2,0,4) 3s -dash-; +} + +pj { + transition: 0 ease -dash-, ease 0 3s, 0 ease -dash-, 0 none cubic-bezier(1,-2,0,4) 0, all steps(10,start) 0, ease-in-out 0 0.125s none, -dash- cubic-bezier(1,-2,0,4), ease-in 0 0 -dash-, ident 0 3s ease-out, 0 -dash- step-start, cubic-bezier(1,-2,0,4) 0 -dash- 3s, none 0 ease-out, cubic-bezier(1,-2,0,4) 0 0, 0 all 0 steps(10,start), 0 50000ms all ease-out, steps(10,start) all 0, none steps(10,start) 0 0, -dash- 0 steps(4) 0.125s, 0 0 none linear, 0 ident ease 0, steps(10,start) 0 all 0, 0 0.125s linear, 0 50000ms all ease, 0 -dash- ease 0.125s, ident ease 0 3s; +} + +qj { + transition: 0 cubic-bezier(1,-2,0,4) -dash- 0, -dash- steps(4) 0, ease ident, 0 0.125s ease, -dash- 0 0 cubic-bezier(1,-2,0,4), ident 0 steps(4) 0.125s, 0 ease 3s, step-end, 0 -dash- ease 50000ms, ease 0 -dash- 3s, 0 3s linear, 0 ease-in -dash-; +} + +rj { + transition: 0 -dash- 0.125s ease-in, 0 ease all 0; +} + +sj { + transition: 0 50000ms ease-in; +} + +tj { + transition: all 0 ease, 0 ease-in 50000ms; +} + +uj { + transition: 0 all cubic-bezier(1,-2,0,4) 0.125s; +} + +vj { + transition: 0 ident ease 50000ms, ease-in-out 0 3s, 0 cubic-bezier(1,-2,0,4) all, 0 ease all 0.125s, 0 0.125s ease all, 0 0 all linear; +} + +wj { + transition: step-end ident 0 0.125s; +} + +xj { + transition: 0 steps(4) 0.125s, -dash- 0 3s cubic-bezier(1,-2,0,4); +} + +yj { + transition: 0 ease, 0 3s none ease-in, step-start 0 none; +} + +zj { + transition: none ease-out, 0 ident 3s ease; +} + +ak { + transition: ease, ease 0 0, 0 none steps(4), linear -dash- 0 3s; +} + +bk { + transition: 0 3s ease-out, ident step-end 0; +} + +ck { + transition: 0 ease none, none 0 ease; +} + +dk { + transition: ident steps(10,start), all ease-out 0 0.125s, 0 50000ms ease-out ident, all step-end 0 3s, steps(4) 0; +} + +ek { + transition: step-start none 0 0, steps(4) 0, 0 linear 3s none; +} + +fk { + transition: linear ident 0, 0 ease-out 0.125s, 0 all step-start 0, linear -dash- 0 0.125s, steps(10,start) 0 3s none, all 0 0.125s linear, none ease, ease-in-out 0 all 3s, 0 ease-in 50000ms, ident 0 steps(10,start) 0; +} + +gk { + transition: 0 none ease; +} + +hk { + transition: -dash- steps(10,start) 0 3s, 0 -dash- ease, 0 ease 50000ms ident, steps(10,start) 0 all 50000ms, cubic-bezier(1,-2,0,4) none 0 0.125s, 0 -dash- 3s ease-in-out, 0 0.125s linear ident, ease none; +} + +ik { + transition: 0 ease-in 0.125s, 0 steps(4), 0 all 50000ms linear, 0 ident 0.125s steps(4), ease 0 all; +} + +jk { + transition: linear 0 ident; +} + +kk { + transition: 0 all ease-out 0.125s; +} + +lk { + transition: step-start 0 0.125s, 0 all 0.125s ease-in, 0 3s ease-out all, cubic-bezier(1,-2,0,4) 0 -dash-, all linear, step-start 0 -dash-, ease-out -dash- 0 0.125s, none 0 linear 0; +} + +mk { + transition: 0 0.125s ease-in-out -dash-, ease-in-out 0 0; +} + +nk { + transition: all step-start 0 3s, 0 0 -dash- steps(10,start), 0 none 0.125s step-start, ease-in-out 0 ident 50000ms, ident 0 linear 3s; +} + +ok { + transition: ease ident 0 0.125s, 0 cubic-bezier(1,-2,0,4) 3s, ident 0 steps(4), 0 steps(10,start) 0 -dash-; +} + +pk { + transition: 0 0.125s ease, 0 none ease, 0 ease-out 0.125s, -dash- 0 ease-in 0.125s, 0 50000ms ease; +} + +qk { + transition: 0 -dash- 0 ease-in-out, 0 none 0.125s steps(10,start), all step-end 0, step-end 0 3s none, 0 linear 0, ease none 0 0, -dash- 0 steps(10,start), 0 -dash- ease-in-out 3s, 0 cubic-bezier(1,-2,0,4) 3s, ease-out 0 50000ms, 0 ease 0; +} + +rk { + transition: 0 ease, ease 0 0.125s, steps(4) all 0, ease 0 all 0.125s, 0 -dash- ease-in, 0 ease none 3s; +} + +sk { + transition: step-end ident 0, 0 steps(4) -dash-, -dash- 0 cubic-bezier(1,-2,0,4) 0, 0 linear 0, linear all 0 3s, ease -dash- 0; +} + +tk { + transition: 0 0 ease-in-out, steps(10,start) -dash- 0 0, ease-in none, 0 step-end 3s -dash-, 0 cubic-bezier(1,-2,0,4) 50000ms all; +} + +uk { + transition: 0 all step-start 50000ms; +} + +vk { + transition: 0 ident ease-out, ease-in none 0, ease-out all 0 0, 0 ease-in-out 50000ms, 0 linear, step-end 0 0.125s -dash-; +} + +wk { + transition: 0 ease-in 3s, ident steps(4) 0 3s, 0 0.125s steps(4) none, 0 all step-end 0, ease-in 0 50000ms, 0 3s step-end, 0 none 3s ease; +} + +xk { + transition: cubic-bezier(1,-2,0,4) all 0, step-start 0 3s none, 0 none ease-in-out; +} + +yk { + transition: 0 steps(4) 0.125s -dash-, 0 all 3s ease, 0 ease 50000ms, 0 0.125s all ease; +} + +zk { + transition: linear 0 -dash-; +} + +al { + transition: 0 ease-in-out 50000ms all, 0 ident 0 linear, steps(4) 0 3s none, ease-out 0 0.125s -dash-; +} + +bl { + transition: ease-in 0 0.125s ident, 0 0.125s cubic-bezier(1,-2,0,4) all, 0 3s -dash- ease-in, 0 ease-in -dash-, ease 0 50000ms all, 0 3s cubic-bezier(1,-2,0,4), ease-in -dash- 0 0, 0 steps(10,start) 0.125s -dash-, ident step-start 0 0.125s; +} + +cl { + transition: ease-in-out -dash- 0; +} + +dl { + transition: ease-in-out none 0 0.125s, -dash- steps(4) 0, 0 steps(10,start) all 0; +} + +el { + transition: all ease-in-out, 0 ease 50000ms all; +} + +fl { + transition: 0 steps(10,start) -dash-, ease -dash- 0 0; +} + +gl { + transition: ease 0 50000ms all, step-end 0 -dash- 0.125s, 0 ease-in 50000ms -dash-, none step-start 0 0.125s, all 0 step-end, 0 3s step-end, 0 none step-end, cubic-bezier(1,-2,0,4) 0, 0 0 -dash- ease, none ease-out; +} + +hl { + transition: -dash- 0 0.125s ease; +} + +il { + transition: 0 ease ident, 0 0.125s ease-in-out, all ease 0 3s; +} + +jl { + transition: all step-end 0 0, 0 ease -dash-, ease 0 -dash-; +} + +kl { + transition: ease ident 0 3s, none linear 0 50000ms, 0 50000ms cubic-bezier(1,-2,0,4); +} + +ll { + transition: 0 step-end ident 0.125s; +} + +ml { + transition: ease all 0; +} + +nl { + transition: none 0 0.125s ease, -dash- 0 step-start, all ease-in-out; +} + +ol { + transition: all 0 ease-in-out; +} + +pl { + transition: steps(4) -dash- 0; +} + +ql { + transition: 0 50000ms cubic-bezier(1,-2,0,4), step-start 0 3s, step-start 0 0, 0 all step-end, 0 none ease-out, cubic-bezier(1,-2,0,4) 0 0, 0 ease all, ease-in-out 0 ident 0, ease-in-out 0 0; +} + +rl { + transition: ease none 0 50000ms, 0 ease-out 3s all; +} + +sl { + transition: all 0 steps(4) 0.125s, ease 0 50000ms, 0 steps(10,start) 0 -dash-, 0 all ease 0.125s, ident ease-in-out 0 0.125s, 0 cubic-bezier(1,-2,0,4) 50000ms; +} + +tl { + transition: steps(10,start) 0 0.125s, 0 3s cubic-bezier(1,-2,0,4), step-start none, ease ident 0; +} + +ul { + transition: 0 steps(10,start) 50000ms, ease-out ident 0 0.125s, ease 0; +} + +vl { + transition: 0 ident ease-out, ident 0 0.125s ease, 0 ease all 0; +} + +wl { + transition: 0 3s linear ident; +} + +xl { + transition: 0 ease 50000ms; +} + +yl { + transition: cubic-bezier(1,-2,0,4) 0 50000ms, ease-out none 0, 0 0 ease -dash-; +} + +zl { + transition: ease-in 0, 0 ease 0, none 0 ease-in 50000ms, cubic-bezier(1,-2,0,4) all 0 0, none 0 50000ms ease-out, ease all 0 3s; +} + +am { + transition: all 0 ease-in 50000ms, 0 ease ident, ident 0 ease-out; +} + +bm { + transition: ease-in-out 0 0, 0 ease 0.125s, 0 0.125s -dash- ease, ident 0 0 ease; +} + +cm { + transition: 0 steps(4) 0, steps(4) none, 0 ease, all 0 step-end 3s, ident 0 3s ease; +} + +dm { + transition: none 0 0 ease, 0 50000ms ident step-start, ease 0 3s, none step-start 0 0.125s, none 0 step-start; +} + +em { + transition: 0 ease-out -dash- 3s, -dash- ease 0 50000ms, all 0 ease-in, 0 0.125s ease, 0 ease 0 ident, 0 0 -dash- cubic-bezier(1,-2,0,4); +} + +fm { + transition: ident 0 50000ms ease, ease 0 ident, none steps(10,start) 0 0, all steps(4) 0, 0 -dash- ease; +} + +gm { + transition: 0 50000ms step-end -dash-, ident step-end, -dash- 0 linear 0, ident cubic-bezier(1,-2,0,4) 0, 0 steps(4) 3s, 0 3s all cubic-bezier(1,-2,0,4), none 0 ease 0.125s; +} + +hm { + transition: 0 linear all, none step-start 0; +} + +im { + transition: 0 none ease, ease 0 0; +} + +jm { + transition: 0 steps(4) ident 0.125s, none cubic-bezier(1,-2,0,4), 0 50000ms all linear, ease-in 0 -dash-; +} + +km { + transition: 0 ease; +} + +lm { + transition: none ease, 0 ident 3s ease-in-out; +} + +mm { + transition: 0 ease 0.125s all, 0 ease ident 50000ms; +} + +nm { + transition: none 0 cubic-bezier(1,-2,0,4) 0; +} + +om { + transition: 0 all 0 ease-in; +} + +pm { + transition: ease all 0 50000ms, 0 ease 3s, cubic-bezier(1,-2,0,4) 0 50000ms all; +} + +qm { + transition: none 0 ease-in, 0 0.125s ease, 0 ease none 50000ms, ease-out, 0 ease 0 none, ident cubic-bezier(1,-2,0,4) 0 50000ms, 0 ease-in-out 0.125s all, steps(4) 0 50000ms, 0 none ease-in-out; +} + +rm { + transition: 0 all cubic-bezier(1,-2,0,4) 3s; +} + +sm { + transition: cubic-bezier(1,-2,0,4) 0 none 3s; +} + +tm { + transition: 0 ease all, 0 -dash- ease-in, 0 ident ease 0.125s, 0 step-start; +} + +um { + transition: 0 all 50000ms cubic-bezier(1,-2,0,4), ease 0 -dash-, none cubic-bezier(1,-2,0,4) 0, step-start 0, all cubic-bezier(1,-2,0,4) 0 0, 0 3s all linear, 0 linear; +} + +vm { + transition: 0 50000ms step-end -dash-, 0 none 0.125s ease-in, 0 ease, 0 none 50000ms ease; +} + +wm { + transition: steps(10,start) -dash- 0, ease-in; +} + +xm { + transition: 0 ease 0; +} + +ym { + transition: linear 0 0; +} + +zm { + transition: none ease; +} + +an { + transition: 0 0 ease-out; +} + +bn { + transition: step-start 0 50000ms ident, 0 ease 0.125s, 0 50000ms ease-out, 0 linear none; +} + +cn { + transition: 0 ease-out 0.125s none, none step-end 0, 0 0 ease -dash-, ease ident 0 0; +} + +dn { + transition: ident 0 0 step-start, 0 -dash- steps(10,start), 0 0.125s ease, 0 steps(4) 50000ms all, 0 0.125s -dash- ease, ease ident, 0 ease-out -dash-, 0 -dash- 0.125s ease, 0 ease-in-out all 50000ms, 0 50000ms step-start -dash-, 0 3s step-end -dash-, cubic-bezier(1,-2,0,4) 0 0 -dash-, none 0 0 cubic-bezier(1,-2,0,4); +} + +en { + transition: 0 0.125s steps(4) ident, 0 step-start all 3s, none 0 0 ease, ease 0, 0 none ease-in-out 50000ms, all 0 ease-out 0, 0 0 ease-out, none 0 ease 3s; +} + +fn { + transition: 0 0 cubic-bezier(1,-2,0,4), 0 all ease, ident 0 ease-out; +} + +gn { + transition: cubic-bezier(1,-2,0,4) -dash- 0 50000ms, ease all 0 3s, ease 0, -dash- step-end 0 0, 0 ease-in, all 0 ease; +} + +hn { + transition: ident ease-in, 0 -dash- 50000ms ease-in, 0 ease none, all ease 0; +} + +in { + transition: 0 50000ms step-end none, ease-in-out 0 0 all, 0 ident ease-out 0, ease-in-out 0 all, ease-in-out 0 -dash-, 0 ease 0 all; +} + +jn { + transition: 0 all 0.125s step-start, 0 ease-out all 0.125s; +} + +kn { + transition: 0 steps(10,start) 3s, ease 0 3s, 0 0.125s cubic-bezier(1,-2,0,4); +} + +ln { + transition: ease, ease ident, all 0 0 ease-in, -dash- 0 0.125s ease, 0 steps(4) ident 50000ms, -dash- ease-in-out 0, 0 all ease 50000ms, step-end 0 50000ms, 0 linear -dash- 3s, ease, steps(10,start) 0 3s, ease-in none, ident 0 ease 0, step-end -dash-, none 0 ease 0.125s, 0 3s all step-end, 0 step-end; +} + +mn { + transition: all 0 0 ease, 0 step-end, 0 50000ms ease -dash-; +} + +nn { + transition: 0 cubic-bezier(1,-2,0,4); +} + +on { + transition: cubic-bezier(1,-2,0,4) none 0 50000ms, step-start 0 3s none, 0 ident 50000ms ease-out, ease-in 0 ident, ease none 0, cubic-bezier(1,-2,0,4) 0 50000ms, 0 -dash- steps(10,start) 50000ms, none ease 0 50000ms; +} + +pn { + transition: 0 ident 0.125s steps(4), 0 step-start 0.125s ident, 0 ease-in all, -dash- 0 0 ease, 0 cubic-bezier(1,-2,0,4) 3s; +} + +qn { + transition: 0 ease all, 0 ease 50000ms ident, 0 -dash- ease, 0 ident 0.125s ease, step-end none 0 0; +} + +rn { + transition: steps(4) 0; +} + +sn { + transition: all linear 0, ident 0 step-start 3s; +} + +tn { + transition: 0 ease 0.125s, ident 0 ease-out 3s, 0 ease 0, 0 none steps(10,start); +} + +un { + transition: 0 none 0.125s cubic-bezier(1,-2,0,4), 0 -dash- step-end 3s; +} + +vn { + transition: ease 0 50000ms, 0 step-end 0 -dash-, 0 ease 3s none, none 0 linear, steps(4) 0 none, 0 cubic-bezier(1,-2,0,4); +} + +wn { + transition: 0 0 all ease, step-end 0 50000ms -dash-, 0 all ease-in-out; +} + +xn { + transition: 0 -dash- 0 ease, 0 linear -dash-, 0 ease-in all 3s; +} + +yn { + transition: 0 none linear 0, ident cubic-bezier(1,-2,0,4) 0 50000ms; +} + +zn { + transition: none 0 50000ms ease-out, step-end 0 all 0, none ease-out 0 0.125s, ease 0 -dash-, ease 0 0.125s ident, ease-in 0, ident 0 ease 0.125s, ident 0 0.125s ease; +} + +ao { + transition: 0 ease-out 0.125s -dash-; +} + +bo { + transition: 0 ease 3s, step-end 0, ease-in-out 0 ident 0, step-start, 0 steps(10,start), step-start none 0 3s; +} + +co { + transition: -dash- 0 ease 0, 0 ease 3s ident, 0 50000ms ease all; +} + +do { + transition: 0 -dash- ease-in 50000ms, ident 0 ease-in 50000ms, ease 0 -dash-, 0 0 cubic-bezier(1,-2,0,4); +} + +eo { + transition: ease all 0 3s, -dash- 0 ease-in; +} + +fo { + transition: 0 ident ease, 0 ident ease-in, ease-in-out 0 none 0, ease-in all 0 0, steps(10,start) 0 0, ease 0 50000ms, 0 ease-out 0 -dash-, -dash- 0 step-start 0.125s, ease-out -dash- 0 0.125s, -dash- 0 0 steps(10,start), ease 0 0.125s, 0 step-end all 3s, ident 0 cubic-bezier(1,-2,0,4) 3s, steps(10,start) all, -dash- 0 ease 50000ms, 0 steps(10,start) -dash-; +} + +go { + transition: 0 -dash- 50000ms cubic-bezier(1,-2,0,4); +} + +ho { + transition: 0 ease-out, 0 steps(4) 50000ms, 0 ease all; +} + +io { + transition: 0 50000ms ease-in-out ident; +} + +jo { + transition: step-end 0 50000ms, ident 0 ease-in-out 3s, all 0 steps(4) 50000ms, 0 -dash- ease 50000ms, 0 steps(4), 0 step-start -dash- 50000ms; +} + +ko { + transition: 0 ease 0; +} + +lo { + transition: ident linear 0 3s; +} + +mo { + transition: ease-in-out 0, steps(4) none 0, ease-in, 0 0 none ease, 0 3s ease; +} + +no { + transition: 0 0.125s ease, 0 linear 0, none 0 50000ms ease; +} + +oo { + transition: 0 all ease 0, 0 -dash- step-end; +} + +po { + transition: ease-in-out 0 50000ms, ease-in -dash- 0 3s, all ease 0 0, 0 none 0 ease; +} + +qo { + transition: 0 0.125s none step-start, 0 50000ms ease all, 0 all 0 steps(10,start), -dash- 0 ease-in 3s, ease 0 50000ms all, 0 3s ease ident, 0 50000ms linear all; +} + +ro { + transition: 0 3s linear, ident ease-out 0, 0 -dash- ease-in 0.125s, all 0 step-end, 0 ease-out 50000ms; +} + +so { + transition: ease-in all, 0 none ease-out 50000ms, all 0 steps(10,start) 0.125s; +} + +to { + transition: 0 ease -dash- 0, ident ease-in-out; +} + +uo { + transition: 0 none 0.125s ease, 0 linear 0 none, ease-in 0 -dash-, ease-out, 0 50000ms steps(10,start); +} + +vo { + transition: none 0 ease-in, ease-in all, none 0 steps(4); +} + +wo { + transition: 0 ease-in 0.125s -dash-; +} + +xo { + transition: 0 ease ident 3s; +} + +yo { + transition: steps(4) 0 0.125s, steps(4) 0, all linear 0 0.125s, 0 ease-in -dash-, linear 0 50000ms -dash-, -dash- 0 ease, -dash- 0 cubic-bezier(1,-2,0,4) 0.125s, none steps(10,start) 0, 0 all 50000ms ease, steps(4) 0 all, -dash- 0 0.125s ease; +} + +zo { + transition: 0 steps(4) 0.125s, ease-out 0 none 50000ms, 0 steps(10,start) 3s none, 0 ease 50000ms, 0 ease-in, 0 ease-in, -dash- 0 step-end, 0 step-end ident 0, ease 0 -dash- 0.125s, none ease-in 0, 0 3s ease-in-out -dash-; +} + +ap { + transition: ease-in-out 0 none 3s; +} + +bp { + transition: -dash- 0 3s steps(10,start); +} + +cp { + transition: steps(4) ident 0 50000ms, 0 steps(10,start) ident 0, ease-out 0, ease-in-out 0 50000ms none; +} + +dp { + transition: steps(4) 0 3s, ident ease-in 0 0.125s, step-end 0, 0 steps(10,start) 0 none, ease-out 0 -dash- 3s, 0 50000ms ident step-end, ease-in 0 3s -dash-; +} + +ep { + transition: ident 0 50000ms steps(4), 0 none 0 ease-in, steps(4) all 0 0, ident ease, all step-end 0, 0 ease 0.125s all, ease 0 0, 0 steps(10,start) 0.125s all; +} + +fp { + transition: none ease-out 0, 0 0 ease none; +} + +gp { + transition: -dash- 0 ease 0, none 0 linear 3s, 0 steps(4) 0 ident, ease-in-out -dash- 0 0; +} + +hp { + transition: all ease 0, ease 0 0 all, ease-in-out 0 3s, ident steps(4); +} + +ip { + transition: ease -dash- 0 50000ms, ident steps(4), 0 -dash- steps(4) 3s; +} + +jp { + transition: ease 0 ident 0, 0 0 ease-in-out, 0 3s -dash- ease, 0 0 all ease, ease 0 50000ms, 0 step-start all, 0 ident ease-out 50000ms; +} + +kp { + transition: all 0 ease-out 0.125s, ease-out ident 0 3s, step-start 0, step-start 0 3s, ease 0 0.125s all; +} + +lp { + transition: ease-in 0 0, 0 0 step-start ident, ease-in -dash- 0; +} + +mp { + transition: 0 ease-out 0; +} + +np { + transition: steps(10,start), 0 0.125s steps(4); +} + +op { + transition: ease-in 0 50000ms, 0 all linear, all ease 0, all linear 0, 0 step-end ident 50000ms; +} + +pp { + transition: all ease, 0 all step-end, 0 -dash- 3s step-start, 0 0 cubic-bezier(1,-2,0,4), 0 3s ease ident, 0 ease -dash- 0.125s, -dash- cubic-bezier(1,-2,0,4) 0 0.125s, step-start -dash- 0 3s, ease-in-out none 0 0, ident 0 step-start; +} + +qp { + transition: 0 cubic-bezier(1,-2,0,4) -dash- 0.125s, step-start 0 ident 0.125s, 0 ease-in-out 3s -dash-; +} + +rp { + transition: 0 0.125s ease, all 0 3s steps(4), none ease 0, 0 0 none step-end; +} + +sp { + transition: -dash- 0 cubic-bezier(1,-2,0,4), step-end none, 0 0 cubic-bezier(1,-2,0,4) all, all 0 0 cubic-bezier(1,-2,0,4), 0 50000ms ease ident, ease, ease all 0, none 0 ease, -dash- 0 0.125s ease-out; +} + +tp { + transition: 0 0 ease; +} + +up { + transition: 0 step-start, 0 step-end 50000ms, linear -dash- 0, 0 steps(4) 0, ease-in none 0, linear 0 all 50000ms, none ease; +} + +vp { + transition: none ease 0 0, none 0 step-start 0, none cubic-bezier(1,-2,0,4) 0 50000ms, ease ident 0 50000ms; +} + +wp { + transition: 0 0.125s linear, ident cubic-bezier(1,-2,0,4) 0 0.125s, 0 step-start ident, 0 50000ms ease all, ease 0 0.125s, 0 ident steps(10,start), 0 3s ease; +} + +xp { + transition: none ease-in 0; +} + +yp { + transition: none 0 0 steps(4), ease 0, ident ease-in, ease-out 0 3s, 0 ease none 50000ms; +} + +zp { + transition: ease-in-out none 0 3s, 0 3s ease-in-out -dash-, -dash- 0 ease 0, all ease-in, 0 0 ease; +} + +aq { + transition: none ease; +} + +bq { + transition: linear 0, 0 ease-in-out 0.125s; +} + +cq { + transition: step-end ident; +} + +dq { + transition: -dash- ease 0 0.125s, all ease, 0 steps(4) ident 0.125s, all 0 steps(4) 0.125s; +} + +eq { + transition: ease-in-out -dash- 0 50000ms, -dash- 0 0.125s cubic-bezier(1,-2,0,4), ease 0 50000ms ident, all step-end 0 3s, ease all 0 0.125s, ease-in 0 ident; +} + +fq { + transition: -dash- ease 0 50000ms, -dash- ease; +} + +gq { + transition: 0 steps(10,start) none 3s; +} + +hq { + transition: ease 0 -dash- 0.125s, ident 0 ease, 0 none ease 3s, 0 ease none; +} + +iq { + transition: all 0 0 ease; +} + +jq { + transition: 0 none cubic-bezier(1,-2,0,4) 0, -dash- 0 0 ease; +} + +kq { + transition: ident 0 linear 50000ms; +} + +lq { + transition: ease-in-out 0 -dash- 0, ease 0 ident 0; +} + +mq { + transition: ease -dash- 0 0.125s, cubic-bezier(1,-2,0,4) 0 none, ident 0 linear; +} + +nq { + transition: 0 ease-out 50000ms -dash-, all 0 steps(4) 3s, none 0 ease-in, ease-in 0, ease 0 -dash- 3s, 0 ease-in 0; +} + +oq { + transition: ease 0 none 0, none ease-out, 0 step-start 0.125s ident, none 0 50000ms ease; +} + +pq { + transition: step-end 0 50000ms ident; +} + +qq { + transition: ease ident 0, -dash- 0 steps(4) 3s, none 0 3s steps(4), 0 3s -dash- ease-out, 0 0.125s ease, ease-in 0; +} + +rq { + transition: 0 -dash- 0.125s linear, ease 0 50000ms -dash-, 0 step-start none, ident 0 ease-in 3s; +} + +sq { + transition: all 0 ease-in, ease 0 0.125s, 0 ease-out 0, none 0 50000ms ease-in, ease 0, 0 ident ease-in 50000ms, all 0 ease-in 50000ms, 0 none ease-in-out; +} + +tq { + transition: none ease-out 0 0, 0 ease ident 0; +} + +uq { + transition: none 0 ease 3s, -dash- ease 0, -dash- 0 ease-out 0.125s; +} + +vq { + transition: all 0 3s steps(4), -dash- 0 linear, ease-out 0 ident, 0 ease 3s, -dash- 0 3s steps(10,start), ident ease 0 0.125s; +} + +wq { + transition: steps(10,start) 0 0 ident, 0 3s ease; +} + +xq { + transition: 0 50000ms cubic-bezier(1,-2,0,4), ease-in-out 0 all, 0 50000ms steps(4) all, 0 ease, cubic-bezier(1,-2,0,4) -dash- 0 0.125s, step-end ident 0, 0 0 steps(10,start); +} + +yq { + transition: steps(4) 0 none, ease 0 all 50000ms, ident 0 ease, -dash- 0 3s cubic-bezier(1,-2,0,4), 0 ease, steps(4) 0 0.125s ident, 0 all 3s steps(4), ease-out 0 50000ms, 0 ease 0; +} + +zq { + transition: linear 0 none 50000ms; +} + +ar { + transition: 0 3s all step-end, steps(10,start) 0 ident, all 0 steps(10,start), all ease 0; +} + +br { + transition: 0 all step-end, ease-in-out 0 all, linear 0 0.125s ident, ident ease 0 3s; +} + +cr { + transition: ease-in-out 0; +} + +dr { + transition: none ease, 0 0 ident steps(4); +} + +er { + transition: 0 ease-in-out, none steps(10,start); +} + +fr { + transition: 0 ease 50000ms none, ease ident, ease 0; +} + +gr { + transition: all steps(10,start), steps(4) -dash-, 0 ease-out 3s; +} + +hr { + transition: ease 0 -dash- 0.125s; +} + +ir { + transition: 0 step-start 0 -dash-, all ease 0 0.125s, steps(10,start), 0 all ease 50000ms; +} + +jr { + transition: none 0 cubic-bezier(1,-2,0,4) 50000ms; +} + +kr { + transition: ident steps(4) 0, ident 0 ease 0, 0 step-end 3s, ease 0 -dash- 0.125s; +} + +lr { + transition: ease ident; +} + +mr { + transition: 0 ease 0.125s -dash-, none ease-in 0 0, 0 0 ease-in, 0 3s ease-in-out, 0 ease-in none 3s; +} + +nr { + transition: ident 0 ease-in-out 50000ms, linear 0 none, ease 0, 0 ease-out, 0 all 3s cubic-bezier(1,-2,0,4); +} + +or { + transition: 0 ease -dash- 50000ms, ease, ease; +} + +pr { + transition: ease 0 3s all, 0 ease-in 0; +} + +qr { + transition: steps(4) none 0, 0 steps(4), 0 ease all, 0 ease all 3s, ident ease, -dash- ease-in-out 0 50000ms, -dash- 0 0 steps(4), 0 0 -dash- ease, 0 ease-in 0, all linear; +} + +rr { + transition: all 0 linear, steps(10,start) 0 0.125s, 0 step-end ident; +} + +sr { + transition: all 0 ease-in-out 50000ms; +} + +tr { + transition: all 0 ease, ease 0 all; +} + +ur { + transition: 0 none linear 0; +} + +vr { + transition: all ease 0 50000ms, 0 0.125s -dash- ease; +} + +wr { + transition: 0 step-start 50000ms, 0 ease-out 0.125s, none linear 0, 0 step-end 0.125s none, ease-in-out all 0 50000ms, steps(10,start) none 0, -dash- 0 0.125s cubic-bezier(1,-2,0,4); +} + +xr { + transition: step-end 0 ident, ident 0 ease 50000ms; +} + +yr { + transition: ease none 0; +} + +zr { + transition: ident 0 ease 3s, 0 3s ease -dash-, ident 0 steps(10,start) 50000ms, 0 ident steps(10,start) 3s; +} + +as { + transition: ease 0 0.125s ident; +} + +bs { + transition: none 0 ease; +} + +cs { + transition: ease 0, step-end 0, cubic-bezier(1,-2,0,4) none 0 3s, 0 -dash- ease-out 50000ms, ident cubic-bezier(1,-2,0,4) 0 0, all 0 0 ease-in; +} + +ds { + transition: all 0 ease 0.125s, 0 steps(10,start) none, 0 50000ms ease none, ease-in -dash- 0, steps(4) none 0 50000ms, 0 none ease 0, all step-start 0, ease 0 -dash- 0.125s; +} + +es { + transition: ease 0 0.125s -dash-; +} + +fs { + transition: 0 3s ease-in ident, 0 -dash- ease 3s, all 0 ease-in 3s, 0 -dash- 0 ease-out, ease, 0 none ease-in; +} + +gs { + transition: 0 step-start 3s ident, ease-in-out 0 0.125s, step-start 0; +} + +hs { + transition: 0 ease-in all 0.125s, ident 0 0 ease, none 0 3s ease-in, none 0 50000ms ease-out, 0 ease-in ident 50000ms, 0 none ease 0, ident 0 ease 0.125s, steps(10,start) -dash- 0, none 0 0 linear, 0 -dash- ease-out 0.125s, ease 0 0.125s ident, 0 ease 50000ms ident; +} + +is { + transition: -dash- 0 3s ease-in, 0 step-end; +} + +js { + transition: ease 0, 0 ease none 50000ms; +} + +ks { + transition: ease 0 0.125s all; +} + +ls { + transition: steps(4) 0 0.125s none, 0 3s step-end, -dash- 0 0 step-start, 0 steps(4) 3s -dash-; +} + +ms { + transition: 0 0 ease; +} + +ns { + transition: 0 step-end 3s, linear 0 50000ms, linear 0, all 0 50000ms ease, 0 ease-in-out 3s, 0 ease-in-out 0.125s, 0 step-start, ease 0 none 50000ms, ease all 0, -dash- steps(4) 0, 0 0.125s none cubic-bezier(1,-2,0,4), 0 0.125s ease, -dash- 0 ease 0.125s, -dash- 0 step-start 3s; +} + +os { + transition: 0 0 none step-start; +} + +ps { + transition: step-start 0; +} + +qs { + transition: 0 all 0 ease, ease-in-out; +} + +rs { + transition: linear 0 0 all; +} + +ss { + transition: cubic-bezier(1,-2,0,4) 0 0, ident ease 0 3s, 0 ease 50000ms; +} + +ts { + transition: ident 0 3s linear, none 0 ease 0; +} + +us { + transition: -dash- 0 0.125s cubic-bezier(1,-2,0,4); +} + +vs { + transition: ease 0 ident, ident ease 0 0.125s, 0 0.125s ease-in all, ident 0 ease 50000ms, 0 ease-out 3s, 0 50000ms ease, 0 50000ms ease; +} + +ws { + transition: 0 -dash- step-start 0, 0 0 ease none, step-start all, ease-out 0 0.125s, 0 steps(10,start) 0.125s; +} + +xs { + transition: ease, linear all 0 3s, steps(10,start) 0 -dash- 50000ms, ease 0 all 50000ms, linear 0 all; +} + +ys { + transition: steps(4) all 0 0.125s, ident steps(4), ease 0 ident 0, ident 0 ease, step-end 0 3s ident, ident 0 linear, 0 step-end, 0 cubic-bezier(1,-2,0,4) ident; +} + +zs { + transition: step-start ident, 0 linear -dash- 50000ms, -dash- step-start 0 0.125s; +} + +at { + transition: 0 steps(10,start) none, -dash- steps(4) 0, cubic-bezier(1,-2,0,4) 0, 0 -dash- step-end 3s, ease-out all, -dash- 0 step-start, ident 0 3s steps(10,start); +} + +bt { + transition: linear 0 50000ms -dash-, 0 ease ident 3s, none steps(4) 0 0, 0 cubic-bezier(1,-2,0,4) 3s, ident 0 ease 3s; +} + +ct { + transition: 0 -dash- 0.125s ease, ident 0 step-end 3s, 0 -dash- 50000ms ease, ease-in-out, 0 -dash- 0.125s ease-in-out, 0 ident steps(10,start); +} + +dt { + transition: 0 0 cubic-bezier(1,-2,0,4), none ease 0, 0 ease-in-out; +} + +et { + transition: 0 steps(10,start) none 50000ms, 0 ease 50000ms -dash-, 0 ease ident 0, -dash- 0 3s step-start, 0 ease-out 3s, 0 cubic-bezier(1,-2,0,4) ident 3s, 0 0.125s ease-out -dash-; +} + +ft { + transition: all 0 ease 0.125s, 0 3s steps(10,start) all; +} + +gt { + transition: 0 all linear 0, all ease-in-out 0; +} + +ht { + transition: all ease-in, all ease-out, 0 ease all 3s, ease -dash-; +} + +it { + transition: ident 0 ease-in-out, 0 steps(4) -dash-, steps(4) 0 50000ms, 0 0 step-end; +} + +jt { + transition: ease 0, ease-in all 0; +} + +kt { + transition: 0 all 3s step-end, 0 ease-in 0, ease 0 50000ms, ease-in ident 0 3s, ease 0, 0 0 ease-out -dash-, ease 0 50000ms all, step-start all, none steps(10,start), 0 none 0.125s ease-in-out, 0 cubic-bezier(1,-2,0,4) 0 ident, 0 ease, ease-out 0 3s, 0 0 ident steps(4); +} + +lt { + transition: 0 0.125s step-end, ease 0 50000ms, step-end ident 0, -dash- step-end, none step-start; +} + +mt { + transition: ease-in all 0 50000ms, ease 0 0; +} + +nt { + transition: 0 3s ease, 0 0 ease, 0 0.125s none ease, 0 3s none step-end; +} + +ot { + transition: ease ident 0; +} + +pt { + transition: none 0 ease 0, ident ease 0 3s, 0 3s ease all; +} + +qt { + transition: 0 ease-out, 0 all 0 ease; +} + +rt { + transition: 0 cubic-bezier(1,-2,0,4) ident 3s, ease-in-out 0 -dash- 0, 0 0 steps(4) -dash-, all cubic-bezier(1,-2,0,4) 0, 0 steps(4) ident 0.125s, 0 ease-in 0 all, ident ease-in, -dash- ease 0 0.125s, 0 -dash- ease 3s, 0 0 none ease, none 0 cubic-bezier(1,-2,0,4) 0, 0 3s step-start, 0 steps(10,start) 3s none; +} + +st { + transition: none steps(10,start) 0 0, steps(4) all, 0 -dash- 0 ease; +} + +tt { + transition: -dash- cubic-bezier(1,-2,0,4) 0 3s, 0 0.125s none steps(10,start), none steps(4), ease 0 0 ident, ease-in-out 0; +} + +ut { + transition: 0 ease 0, 0 ease, 0 50000ms ease -dash-, 0 50000ms ease none, ident 0 steps(10,start) 0.125s; +} + +vt { + transition: none 0 steps(4) 0.125s, 0 ease all; +} + +wt { + transition: -dash- 0 ease, ease -dash- 0 0; +} + +xt { + transition: none 0 linear, steps(4) 0, step-end ident 0; +} + +yt { + transition: ease-in 0 3s, 0 50000ms ease none, cubic-bezier(1,-2,0,4) 0 3s, ease 0, ease 0 0.125s; +} + +zt { + transition: 0 0 -dash- ease, 0 all 0 step-end, 0 steps(4) none 3s, ease-in, 0 ease-in-out, 0 ident ease-in-out, steps(4) -dash- 0, -dash- 0 3s ease, steps(10,start) -dash-, 0 none ease-out, ease-out all; +} + +au { + transition: 0 0 ease-out all, steps(4) -dash- 0 50000ms, 0 step-end, 0 0.125s step-start, ident 0 steps(10,start) 3s; +} + +bu { + transition: -dash- 0 ease, all ease 0, 0 linear 50000ms all; +} + +cu { + transition: 0 0 steps(4), -dash- ease 0 0, 0 ease-out, steps(4) 0 ident 0.125s, ease-in 0 ident 50000ms, 0 ease-in none 0.125s, -dash- cubic-bezier(1,-2,0,4) 0 50000ms; +} + +du { + transition: 0 0 ease all, 0 none ease; +} + +eu { + transition: 0 0 steps(4) -dash-; +} + +fu { + transition: cubic-bezier(1,-2,0,4) ident 0, 0 steps(4) 3s all, all steps(4), 0 none ease-out 0, step-end none 0 0; +} + +gu { + transition: all 0 0 ease, ease 0 none 50000ms, ease 0 none 3s, 0 3s linear; +} + +hu { + transition: none ease 0, 0 steps(10,start) 50000ms; +} + +iu { + transition: ease 0 -dash- 50000ms, all 0 0.125s steps(10,start), 0 ease 3s none; +} + +ju { + transition: ease-in-out all 0; +} + +ku { + transition: none steps(10,start), ident step-end 0 0.125s, 0 ease, 0 all 0 step-end; +} + +lu { + transition: 0 cubic-bezier(1,-2,0,4) 0.125s, 0 steps(10,start) 3s ident; +} + +mu { + transition: ease-in 0 none 3s, ident 0 3s ease, -dash- 0 linear 3s, 0 50000ms ident ease, ease-in-out 0 -dash- 3s, 0 ease-in all 3s, ease-in 0 0.125s ident, 0 0 linear, ease none, 0 all 0 step-start, ease 0 ident, 0 50000ms none ease, -dash- 0 ease-out 50000ms, 0 step-start 0.125s, 0 step-start ident 50000ms; +} + +nu { + transition: 0 3s ease-in-out none, ident step-end 0; +} + +ou { + transition: 0 ident 3s linear, ease -dash- 0 3s, step-end 0 0 none, 0 step-start 0 ident; +} + +pu { + transition: steps(10,start) 0 all 0.125s, 0 ease 0, ease 0 50000ms; +} + +qu { + transition: 0 step-start ident 3s, 0 all ease-in-out; +} + +ru { + transition: -dash- steps(10,start) 0 0; +} + +su { + transition: 0 -dash- step-start, -dash- steps(4) 0 50000ms, ease 0 0.125s all, 0 -dash- ease 3s; +} + +tu { + transition: ident 0 ease 0.125s, step-end all 0 0.125s, 0 3s ease all, none 0 0 ease, ease-in -dash-; +} + +uu { + transition: ease none; +} + +vu { + transition: step-end 0 0 all, 0 3s none ease-out, 0 all linear 50000ms, 0 step-end 0, 0 50000ms step-end, 0 0 ease; +} + +wu { + transition: ident step-start, linear -dash- 0 0.125s, all step-start 0 0.125s, all step-end, 0 ease-in-out -dash- 0.125s, 0 none ease, step-end 0 3s none, ease-in all 0 0.125s; +} + +xu { + transition: linear, 0 ease 0 none, 0 step-end 0; +} + +yu { + transition: 0 0.125s ease, 0 ident ease 3s; +} + +zu { + transition: linear 0 3s, 0 3s ease; +} + +av { + transition: 0 none ease, 0 0.125s ease, 0 3s linear, ease -dash- 0, linear 0 3s, ease-out 0, 0 0 linear -dash-; +} + +bv { + transition: 0 50000ms none cubic-bezier(1,-2,0,4), steps(4) 0 0.125s; +} + +cv { + transition: none 0 ease-in-out; +} + +dv { + transition: 0 ease-out none 50000ms, ident 0 ease-in-out; +} + +ev { + transition: 0 0 ident linear, 0 ease 50000ms all, 0 50000ms ease; +} + +fv { + transition: all 0 0 step-end; +} + +gv { + transition: 0 none ease, 0 0.125s step-start, 0 ease 50000ms, 0 -dash- 50000ms ease-in-out, 0 ease-in-out none, 0 ease 0 all; +} + +hv { + transition: none cubic-bezier(1,-2,0,4) 0 0.125s, step-start 0, all 0 0 ease; +} + +iv { + transition: 0 -dash- steps(10,start); +} + +jv { + transition: 0 3s ease -dash-, steps(4), ident 0 ease-in-out, 0 3s steps(10,start), 0 50000ms ease none, steps(4) 0, ident cubic-bezier(1,-2,0,4), ease-in-out 0, 0 all steps(10,start); +} + +kv { + transition: 0 step-end all 0.125s, steps(4) none; +} + +lv { + transition: none ease 0 0.125s, all 0 ease 0, steps(10,start) 0 3s none, 0 3s ease-in -dash-, 0 ease, 0 0 steps(4) -dash-; +} + +mv { + transition: ease 0 0; +} + +nv { + transition: 0 0.125s steps(4), 0 cubic-bezier(1,-2,0,4); +} + +ov { + transition: ease-in 0 0; +} + +pv { + transition: -dash- ease, ident 0 ease 0.125s; +} + +qv { + transition: all 0 linear 50000ms, 0 steps(10,start) 0.125s; +} + +rv { + transition: 0 3s ease; +} + +sv { + transition: ease 0 3s ident, ease ident 0 50000ms; +} + +tv { + transition: ident step-end, ease 0 3s, ease 0 ident 50000ms, ease none, ease-in 0 ident; +} + +uv { + transition: ease 0 50000ms, 0 ident ease 0; +} + +vv { + transition: 0 0.125s ease ident; +} + +wv { + transition: ease 0 0.125s, 0 ease-out, none ease-in 0; +} + +xv { + transition: 0 -dash- step-start 50000ms; +} + +yv { + transition: ease none 0, ease 0 0, ease-out 0 0, -dash- 0 step-end 0, 0 0.125s linear, 0 50000ms ease-in none, 0 ease-out 3s, ease 0 -dash- 50000ms, 0 0 steps(4); +} + +zv { + transition: 0 ease none 3s, none 0 linear 0.125s, 0 -dash- cubic-bezier(1,-2,0,4) 0, 0 -dash- 50000ms steps(4), 0 0 all ease; +} + +aw { + transition: cubic-bezier(1,-2,0,4) 0 none 3s, none ease 0 50000ms, step-start ident 0, ident cubic-bezier(1,-2,0,4), all 0 step-start 3s, 0 step-start, ease-in-out 0 0.125s, 0 ease-out 0, 0 ease 3s all, ident ease-in-out; +} + +bw { + transition: -dash- step-end 0, 0 steps(4) all, ident 0 50000ms step-start, -dash- 0 ease-in, all 0 linear, none 0 0.125s step-start, all 0 ease 3s; +} + +cw { + transition: 0 0.125s none ease; +} + +dw { + transition: 0 step-end 50000ms; +} + +ew { + transition: 0 0 ease-in-out all, 0 50000ms none ease, 0 50000ms ident steps(10,start); +} + +fw { + transition: 0 ease-out, 0 ease, 0 all step-start 3s, steps(4) 0 0.125s; +} + +gw { + transition: 0 ease 3s ident, 0 step-start 3s -dash-, 0 50000ms all ease; +} + +hw { + transition: ease none 0 50000ms, 0 cubic-bezier(1,-2,0,4) 50000ms, steps(4) 0 all, 0 cubic-bezier(1,-2,0,4) 3s, 0 ease-out none; +} + +iw { + transition: 0 ease-out 0.125s -dash-, -dash- steps(4) 0, ease 0 ident 0, step-end, ident 0 ease 50000ms, ease-in-out 0 ident, step-end 0 none 0.125s, 0 steps(4) 0, ident steps(4) 0; +} + +jw { + transition: 0 3s ease-in none, none 0 0 ease; +} + +kw { + transition: all 0 ease 0, ease-in-out 0 ident 0, none steps(4) 0, -dash- ease-out, 0 cubic-bezier(1,-2,0,4) 50000ms none, cubic-bezier(1,-2,0,4) 0; +} + +lw { + transition: 0 3s none cubic-bezier(1,-2,0,4), ident 0 linear 3s; +} + +mw { + transition: steps(10,start) 0 all 50000ms, -dash- 0 steps(10,start) 0.125s, ease-out 0 ident, ident 0 0.125s ease; +} + +nw { + transition: 0 ease-in ident; +} + +ow { + transition: 0 ease 50000ms, all 0 0 ease-in, all 0 0 ease-out, ease 0 0 none, 0 ease all 50000ms, step-start 0 3s, 0 0 step-end, 0 none ease-in 3s, step-start 0, 0 ease-out 3s, none ease-out 0 3s, -dash- 0 step-start, 0 3s ease, 0 steps(10,start), steps(4) 0 none 0; +} + +pw { + transition: steps(10,start) 0 -dash-, 0 steps(10,start) 0 all, 0 ease-out 0, none 0 ease 0.125s, 0 ease-in-out 0 none; +} + +qw { + transition: cubic-bezier(1,-2,0,4) none 0 3s, 0 3s ease; +} + +rw { + transition: 0 ident ease-out, ease none 0 0; +} + +sw { + transition: all ease; +} + +tw { + transition: none steps(4) 0 0.125s, 0 ease all 0, 0 50000ms step-start; +} + +uw { + transition: ease 0, 0 0.125s all steps(10,start), 0 none ease, -dash- 0 linear 3s; +} + +vw { + transition: 0 ease-in 0 none, ease 0 all 3s, 0 0 step-end; +} + +ww { + transition: all ease 0, ident 0 step-end, ease -dash- 0 0.125s; +} + +xw { + transition: ease ident 0 3s, steps(10,start) 0, 0 all 0.125s steps(10,start); +} + +yw { + transition: 0 ident 3s ease, 0 ease 0.125s -dash-; +} + +zw { + transition: ease-out 0 0, ident linear, ease ident 0 3s, ease none 0 0, 0 0 steps(10,start) none, step-start 0, 0 ease ident 3s, 0 50000ms steps(4) ident, ident 0 ease 3s, 0 ease-in-out 0 all; +} + +ax { + transition: none 0 0 ease-in-out, 0 ease-in 0.125s -dash-, ease 0 none, ident ease 0 0, 0 ident 0 ease-out, 0 ident 0.125s cubic-bezier(1,-2,0,4), 0 steps(4) -dash- 3s, 0 0 cubic-bezier(1,-2,0,4) -dash-, ease-out 0 none, 0 none 0 ease-in, 0 ease -dash-, step-end 0, 0 ease-in-out 3s, ease-in-out 0 0, 0 ease 0.125s; +} + +bx { + transition: step-start 0, 0 linear all 50000ms, 0 -dash- 0 ease-in; +} + +cx { + transition: steps(10,start) 0; +} + +dx { + transition: -dash- 0 50000ms ease-out; +} + +ex { + transition: step-end 0, 0 ease-in 0, 0 cubic-bezier(1,-2,0,4) -dash- 0.125s, 0 3s all steps(4); +} + +fx { + transition: 0 0.125s -dash- ease, ease 0; +} + +gx { + transition: 0 ident 3s ease-out, 0 0.125s steps(10,start) ident; +} + +hx { + transition: ident 0 0 step-end, ease all 0 0.125s, none 0 50000ms ease-in, cubic-bezier(1,-2,0,4) 0 0.125s, ease-in 0, ease-in-out 0 ident 0.125s, 0 steps(4) 50000ms, -dash- ease-in-out, 0 0.125s ease ident; +} + +ix { + transition: ease -dash-, 0 ident cubic-bezier(1,-2,0,4), none ease 0 3s; +} + +jx { + transition: 0 0.125s ident step-end, 0 step-end none; +} + +kx { + transition: 0 cubic-bezier(1,-2,0,4) -dash- 3s, linear none 0 50000ms, 0 step-end 3s, ease-in-out 0, 0 50000ms none ease-in-out, 0 steps(4) 0 none, ease-out 0 0; +} + +lx { + transition: 0 ease-in-out ident, ease-in-out 0 0, 0 ease 50000ms all, all 0 cubic-bezier(1,-2,0,4) 0, 0 ease none 0; +} + +mx { + transition: none ease 0 0.125s, 0 -dash- 3s ease; +} + +nx { + transition: ease none, 0 ease 0; +} + +ox { + transition: all linear, ease ident 0, 0 50000ms -dash- ease, 0 step-end 0.125s none, 0 50000ms -dash- step-end, 0 all 0.125s ease; +} + +px { + transition: 0 ease 0.125s, ease 0 -dash- 0.125s, step-end 0 50000ms -dash-, 0 ease-in-out all 3s, 0 0.125s ease-in -dash-, 0 ident 50000ms ease, ease, 0 3s ease; +} + +qx { + transition: steps(4) 0 -dash- 3s; +} + +rx { + transition: all 0 ease 50000ms, 0 50000ms ease-in, 0 linear, 0 ease 50000ms ident; +} + +sx { + transition: 0 -dash- 0 ease-in, linear 0, 0 step-start; +} + +tx { + transition: 0 ease all, 0 ease-out none 3s, 0 steps(4), linear 0 50000ms ident, ident ease-in 0, steps(4) 0 0, -dash- 0 50000ms linear, ease all; +} + +ux { + transition: 0 -dash- steps(10,start) 50000ms, ease-in 0 3s, -dash- 0 ease, step-end 0 none, ease 0 50000ms ident, ease-in -dash-, linear none 0 50000ms; +} + +vx { + transition: 0 none ease 0.125s; +} + +wx { + transition: ident 0 step-end 0.125s, ease 0 ident 3s, steps(10,start), 0 50000ms ease, ease 0 ident 0, step-end 0 all; +} + +xx { + transition: -dash- ease 0 50000ms, 0 ease-out 3s, steps(4) 0 none, 0 50000ms steps(4) all, ease none 0, 0 ease 0 ident; +} + +yx { + transition: step-start 0 -dash-, 0 -dash- ease-out, ease 0 3s, cubic-bezier(1,-2,0,4) none 0, none steps(4) 0, 0 ease 0.125s all, 0 3s -dash- cubic-bezier(1,-2,0,4), 0 ident step-start 3s, none ease-out, -dash- 0 0.125s ease-out, 0 -dash- ease-out 3s, 0 -dash- ease 0.125s, linear 0, ease-in-out 0 3s, steps(4) 0 -dash-, steps(10,start) 0 50000ms, step-end 0 -dash- 0, 0 ease-in 3s ident, ident 0 3s ease, steps(4) 0 -dash-; +} + +zx { + transition: 0 ident linear, -dash- 0 step-end; +} + +ay { + transition: 0 ease, 0 none ease 50000ms, ease 0 0 ident, 0 all 0.125s step-end, none 0 0.125s ease; +} + +by { + transition: step-start -dash- 0 3s, -dash- 0 ease 50000ms, cubic-bezier(1,-2,0,4) 0 none, 0 ease-in, none ease, steps(4), 0 ease 3s, steps(10,start) all, 0 0.125s ident ease-in-out, 0 none ease 0, 0 step-end 50000ms, ease 0 0.125s all; +} + +cy { + transition: ease ident, step-start all 0, 0 ease-in 0, 0 steps(4), 0 0 steps(4); +} + +dy { + transition: step-end 0 -dash- 0.125s, -dash- 0 0 ease, 0 ease-in-out ident 3s; +} + +ey { + transition: 0 0.125s step-start, ease-out 0, all 0 steps(4) 0.125s; +} + +fy { + transition: 0 3s ease-out; +} + +gy { + transition: 0 none 3s linear, 0 all ease; +} + +hy { + transition: 0 ease 0, ease 0 none, linear 0 50000ms, ease-in all 0 0, cubic-bezier(1,-2,0,4) 0 0 none, all ease, 0 0 step-start, steps(10,start) none 0, ease 0 none 50000ms; +} + +iy { + transition: steps(4) 0 0, 0 0 -dash- steps(4), 0 ident steps(4) 3s, ident 0 50000ms ease-in-out, 0 3s steps(4); +} + +jy { + transition: 0 all steps(10,start), step-end all 0 0.125s, 0 -dash- 50000ms linear; +} + +ky { + transition: none ease-in-out; +} + +ly { + transition: none 0 3s steps(4), ease 0 0.125s all; +} + +my { + transition: 0 ease-out, steps(10,start) all 0, 0 steps(10,start) 50000ms, 0 linear none 0.125s, 0 50000ms steps(10,start), all 0 ease 0, 0 ident step-start 0, all ease-in-out 0 50000ms, all ease 0, ease-in 0 50000ms all, 0 0.125s cubic-bezier(1,-2,0,4), 0 ease -dash- 0, 0 3s ease all, 0 ease-in -dash-, 0 ease-in 0 ident, none 0 50000ms steps(4), 0 all 3s ease, 0 all 0.125s step-end; +} + +ny { + transition: 0 ease 0.125s ident, steps(10,start) 0 -dash-, 0 -dash- 0.125s step-start; +} + +oy { + transition: ease 0, step-start none 0 0; +} + +py { + transition: 0 50000ms ease all, -dash- 0 step-end, step-start 0 3s, ease-out 0 0.125s; +} + +qy { + transition: 0 ease, steps(4) 0 3s, 0 all 0.125s steps(10,start); +} + +ry { + transition: cubic-bezier(1,-2,0,4) 0 0; +} + +sy { + transition: steps(10,start); +} + +ty { + transition: ease-out -dash- 0 3s, ease-in none 0 3s, linear 0 0, step-start 0 none, 0 0.125s ease-in, ease 0 0.125s -dash-, steps(10,start) -dash- 0, 0 ease ident, linear ident 0; +} + +uy { + transition: 0 ease 3s all, ease-out 0 ident, 0 step-end 3s -dash-, 0 3s -dash- ease-in-out, all 0 ease-in, ease-out all, 0 3s none ease-in; +} + +vy { + transition: ease -dash- 0 50000ms, 0 cubic-bezier(1,-2,0,4) 3s, -dash- 0 step-start 3s; +} + +wy { + transition: 0 3s none ease-out, 0 ease ident; +} + +xy { + transition: 0 none step-start, -dash- 0 50000ms step-end, ease 0, 0 none linear, all ease 0; +} + +yy { + transition: ease-in ident 0 3s, none 0 step-end; +} + +zy { + transition: 0 ease-in 50000ms -dash-; +} + +az { + transition: 0 0.125s ease-out, ease-out 0 0.125s -dash-; +} + +bz { + transition: all steps(4), ident ease 0, all 0 step-end; +} + +cz { + transition: none 0 step-start 3s, step-end 0 3s none, -dash- linear 0 3s, 0 step-start none 0; +} + +dz { + transition: 0 ident ease 3s, 0 ident ease 3s; +} + +ez { + transition: 0 ease-out 3s none, 0 -dash- 50000ms ease, steps(10,start) -dash- 0 50000ms, 0 ease-in 0, 0 linear 0.125s ident, all ease; +} + +fz { + transition: 0 -dash- ease-in; +} + +gz { + transition: all ease-out, ease-out 0 3s; +} + +hz { + transition: ease-out 0; +} + +iz { + transition: all ease 0, ident steps(4) 0 3s, 0 0 step-end, -dash- step-end 0, 0 none 3s ease, ident 0 ease-in-out 3s, 0 steps(10,start) -dash- 3s, 0 -dash- 50000ms ease; +} + +jz { + transition: ease-in-out 0 50000ms; +} + +kz { + transition: -dash- ease-in 0 0, 0 -dash- 3s steps(10,start); +} + +lz { + transition: 0 50000ms cubic-bezier(1,-2,0,4) all, ease-in-out 0 -dash-, ident steps(4) 0, 0 linear 3s; +} + +mz { + transition: 0 cubic-bezier(1,-2,0,4) all 0; +} + +nz { + transition: steps(4) 0 0.125s, 0 ease-in 0 all; +} + +oz { + transition: none step-end 0, 0 none steps(10,start) 0, 0 ease-in; +} + +pz { + transition: ease 0 none 3s, linear 0 0 ident, 0 steps(10,start) none 50000ms, 0 ease; +} + +qz { + transition: 0 3s step-start ident, ease 0 50000ms -dash-, ident ease 0 0, 0 ease all 0, 0 -dash- ease-in, 0 none linear 50000ms; +} + +rz { + transition: 0 linear 3s ident, steps(4) 0 0, 0 50000ms steps(10,start) -dash-; +} + +sz { + transition: linear 0 50000ms ident; +} + +tz { + transition: 0 ease 0.125s; +} + +uz { + transition: 0 3s cubic-bezier(1,-2,0,4) all, 0 cubic-bezier(1,-2,0,4) 50000ms all, ease 0 0.125s none, 0 ease-in 50000ms none, ease 0 none, 0 ease none, 0 ease-out 50000ms; +} + +vz { + transition: -dash- 0 steps(10,start) 3s, step-end -dash- 0, ease all 0, steps(4) 0 50000ms -dash-, step-end 0 -dash-, linear 0; +} + +wz { + transition: 0 ease none, ident 0 step-end 50000ms, 0 ident steps(10,start); +} + +xz { + transition: 0 0 ease ident; +} + +yz { + transition: steps(10,start) all 0 0, ease-out 0 all 3s, -dash- 0 ease, ease-in-out 0 -dash-, ease-in-out 0 -dash- 3s, cubic-bezier(1,-2,0,4) 0 50000ms -dash-, 0 none 3s ease-out; +} + +zz { + transition: ease 0 -dash-, linear 0 3s none; +} + diff --git a/tests/css/parser/transition.ref.css b/tests/css/parser/transition.ref.css new file mode 100644 index 0000000000..b0b0ee06d9 --- /dev/null +++ b/tests/css/parser/transition.ref.css @@ -0,0 +1,4731 @@ +a { + transition-delay: 3s, 3s, 3s, 0, 0, 3s, 0.125s, 50000ms, 3s, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, all, all, all, none, ident, ident, all, -dash-; + transition-timing-function: ease, ease-out, cubic-bezier(1,-2,0,4), steps(10,start), ease, step-start, ease-out, ease-in, steps(10,start), step-end, ease-in-out; +} + +b { + transition-delay: 0, 0.125s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-in, linear; +} + +c { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: steps(10,start), step-end; +} + +d { + transition-delay: 0, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: none, all, -dash-; + transition-timing-function: ease, ease, cubic-bezier(1,-2,0,4); +} + +e { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: linear, ease-in, steps(10,start); +} + +f { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +g { + transition-delay: 3s, 3s, 0, 0, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, none, all, none, all, ident, all; + transition-timing-function: ease-out, ease, ease-out, step-start, cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4), ease-in-out; +} + +h { + transition-delay: 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, none, ident, ident; + transition-timing-function: ease, ease, ease-out, ease-in; +} + +i { + transition-delay: 50000ms, 0, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, all, ident; + transition-timing-function: step-end, cubic-bezier(1,-2,0,4), step-end, ease-in-out; +} + +j { + transition-delay: 0.125s, 0.125s, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, all, all, ident, all; + transition-timing-function: ease, ease, ease, ease-in, ease; +} + +k { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(10,start); +} + +l { + transition-delay: 0.125s, 3s, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, -dash-, -dash-, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, steps(10,start), ease-out; +} + +m { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: step-end, ease-in; +} + +n { + transition-delay: 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, ident, none; + transition-timing-function: ease-in-out, step-start, ease-out, ease; +} + +o { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +p { + transition-delay: 3s, 0, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, none, none, -dash-; + transition-timing-function: ease-out, steps(4), ease, step-end; +} + +q { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +r { + transition-delay: 50000ms, 0.125s, 0, 0, 0, 50000ms, 0, 0, 0, 50000ms, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, all, all, ident, all, none, all, all, none, ident; + transition-timing-function: ease, ease, ease-out, ease-in, ease, ease-out, ease-in-out, steps(10,start), cubic-bezier(1,-2,0,4), ease-out, steps(10,start), steps(4); +} + +s { + transition-delay: 0, 0, 0, 0, 50000ms, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, all, none, ident, none, none; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-in-out, cubic-bezier(1,-2,0,4), ease-in-out, ease, ease-in, step-start; +} + +t { + transition-delay: 0, 3s, 0, 0, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, none, none, -dash-, none; + transition-timing-function: step-end, step-start, step-start, steps(4), ease, ease-in-out, steps(10,start); +} + +u { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: none; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +v { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, -dash-; + transition-timing-function: step-start, ease; +} + +w { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +x { + transition-delay: 3s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +y { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-in-out, linear; +} + +z { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +ab { + transition-delay: 0, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, all, none; + transition-timing-function: ease, ease-out, steps(10,start); +} + +bb { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +cb { + transition-delay: 3s, 3s, 0, 0.125s, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, all, ident, all, -dash-, -dash-; + transition-timing-function: linear, ease, ease, cubic-bezier(1,-2,0,4), step-start, ease; +} + +db { + transition-delay: 0, 0, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, -dash-, -dash-, -dash-, all; + transition-timing-function: steps(10,start), step-end, cubic-bezier(1,-2,0,4), steps(10,start), ease; +} + +eb { + transition-delay: 3s, 50000ms, 0, 0, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, ident, all, ident, none; + transition-timing-function: ease-in-out, ease, ease, steps(4), ease, ease; +} + +fb { + transition-delay: 0.125s, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: all, -dash-, all; + transition-timing-function: ease, step-end, ease-in; +} + +gb { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease-out; +} + +hb { + transition-delay: 50000ms, 0, 0, 0, 0, 3s, 0.125s, 0, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, -dash-, -dash-, none, all, ident, all, all, all, none; + transition-timing-function: steps(10,start), ease-in, steps(10,start), steps(4), step-start, ease, linear, step-start, ease-out, steps(4), step-end; +} + +ib { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease-in, step-end; +} + +jb { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: steps(10,start), cubic-bezier(1,-2,0,4); +} + +kb { + transition-delay: 50000ms, 0.125s, 3s, 0.125s, 3s, 3s, 50000ms, 0, 3s, 0, 50000ms, 0, 0.125s, 0, 0.125s, 3s, 50000ms, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, all, -dash-, none, all, none, -dash-, all, none, all, all, all, -dash-, all, -dash-, ident, ident, ident, all; + transition-timing-function: steps(10,start), ease-in-out, ease-in-out, linear, step-start, cubic-bezier(1,-2,0,4), linear, steps(10,start), ease, ease, step-start, steps(4), ease-in, ease, ease-in, ease-in-out, cubic-bezier(1,-2,0,4), ease, ease-out, step-start; +} + +lb { + transition-delay: 0, 50000ms, 0, 0.125s, 50000ms, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, -dash-, none, none, all, ident, -dash-; + transition-timing-function: ease, linear, step-end, ease-out, ease, cubic-bezier(1,-2,0,4), steps(4), step-end, ease; +} + +mb { + transition-delay: 3s, 0, 50000ms, 3s, 3s, 0, 3s, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, all, none, none, all, all; + transition-timing-function: ease, step-start, linear, steps(10,start), steps(4), linear, ease, step-end, step-end; +} + +nb { + transition-delay: 0, 0, 50000ms, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: ident, all, -dash-, all; + transition-timing-function: linear, step-end, step-end, ease; +} + +ob { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +pb { + transition-delay: 0, 0.125s, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, ident, none, none, all; + transition-timing-function: ease, ease, ease-in-out, ease, linear; +} + +qb { + transition-delay: 0, 0, 0, 0, 50000ms, 50000ms, 0, 50000ms, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, ident, all, all, -dash-, ident, ident, all, all, all; + transition-timing-function: ease, ease, ease-in, linear, step-end, steps(4), ease, ease, steps(4), step-end, ease-in; +} + +rb { + transition-delay: 50000ms, 50000ms, 3s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, ident, ident; + transition-timing-function: ease-in-out, ease, ease, steps(10,start); +} + +sb { + transition-delay: 0, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: ident, all, ident; + transition-timing-function: ease, ease, linear; +} + +tb { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +ub { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: ease, ease; +} + +vb { + transition-delay: 0.125s, 0.125s, 3s, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, none, none, all, none, ident; + transition-timing-function: steps(10,start), ease, linear, ease, ease, ease, cubic-bezier(1,-2,0,4); +} + +wb { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: -dash-, none; + transition-timing-function: ease-in-out, ease; +} + +xb { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: steps(10,start), ease-in; +} + +yb { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(4); +} + +zb { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: cubic-bezier(1,-2,0,4), linear; +} + +ac { + transition-delay: 50000ms, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: none, ident, ident; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, ease-in; +} + +bc { + transition-delay: 0.125s, 0, 0.125s, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, none, ident, ident, ident, all; + transition-timing-function: ease, linear, ease-in-out, cubic-bezier(1,-2,0,4), ease, step-end, ease; +} + +cc { + transition-delay: 3s, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, ident; + transition-timing-function: ease-in-out, step-end, ease-out; +} + +dc { + transition-delay: 3s; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-start; +} + +ec { + transition-delay: 0.125s, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, all; + transition-timing-function: ease, ease, step-start; +} + +fc { + transition-delay: 0, 0, 0, 0, 0.125s, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, none, ident, all, all, -dash-, all; + transition-timing-function: ease, ease-in, ease, ease-out, ease, ease, steps(10,start); +} + +gc { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +hc { + transition-delay: 0.125s, 0.125s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: ease-out, ease, linear; +} + +ic { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +jc { + transition-delay: 0, 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: none, none, none, all; + transition-timing-function: step-start, step-end, ease, steps(4); +} + +kc { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, ident; + transition-timing-function: ease, ease-in, ease-in-out; +} + +lc { + transition-delay: 0, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: ident, -dash-, ident; + transition-timing-function: steps(4), ease-out, ease-in; +} + +mc { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(10,start); +} + +nc { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +oc { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: ease, steps(10,start); +} + +pc { + transition-delay: 50000ms, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, ident; + transition-timing-function: step-start, ease, ease; +} + +qc { + transition-delay: 0, 50000ms, 0.125s, 0.125s, 0, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, all, none, all, all; + transition-timing-function: ease-out, ease, ease, ease-in-out, linear, steps(4), ease; +} + +rc { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in; +} + +sc { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +tc { + transition-delay: 50000ms, 0.125s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-out, cubic-bezier(1,-2,0,4); +} + +uc { + transition-delay: 3s, 3s; + transition-duration: 0, 0; + transition-property: none, none; + transition-timing-function: ease, ease; +} + +vc { + transition-delay: 0, 0.125s, 3s, 0, 3s, 0.125s, 50000ms, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, all, ident, -dash-, all, none, ident, all; + transition-timing-function: ease, ease-out, ease, cubic-bezier(1,-2,0,4), ease-in-out, ease-in, step-end, ease-out, ease-out, ease-out; +} + +wc { + transition-delay: 0, 3s, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, none, none; + transition-timing-function: steps(4), ease, step-end, step-start; +} + +xc { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease-out; +} + +yc { + transition-delay: 0.125s, 0, 0, 0, 0, 50000ms, 0, 0.125s, 0, 3s, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, all, all, none, -dash-, none, none, all, -dash-, none; + transition-timing-function: linear, ease-in, ease-in, steps(4), step-start, ease-out, linear, ease, ease, cubic-bezier(1,-2,0,4), ease-in-out, ease; +} + +zc { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +ad { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: linear; +} + +bd { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-end; +} + +cd { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: -dash-, -dash-; + transition-timing-function: step-end, ease; +} + +dd { + transition-delay: 0, 3s, 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, none, all, none, none; + transition-timing-function: ease, steps(10,start), step-end, linear, ease; +} + +ed { + transition-delay: 3s, 3s, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, none, all, all; + transition-timing-function: ease-in-out, ease, ease, steps(10,start); +} + +fd { + transition-delay: 3s, 0.125s, 3s, 0.125s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, all, -dash-, none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, linear, ease-out, steps(4), ease, ease; +} + +gd { + transition-delay: 0.125s, 50000ms, 3s, 0.125s, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, none, none, none, all, -dash-; + transition-timing-function: ease, linear, step-start, linear, linear, step-start, step-start; +} + +hd { + transition-delay: 3s, 0.125s, 0, 0, 0, 0, 0, 0, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, all, none, none, all, all, -dash-, all, none; + transition-timing-function: ease, ease-in, ease, ease-out, ease-in, ease, steps(4), linear, ease, linear; +} + +id { + transition-delay: 3s, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-in, ease; +} + +jd { + transition-delay: 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, -dash-, -dash-; + transition-timing-function: ease, ease-in-out, ease-out; +} + +kd { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +ld { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: ease-in, ease-in-out; +} + +md { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in; +} + +nd { + transition-delay: 3s, 3s, 0, 50000ms, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, all, all, ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-in-out, ease, ease-in-out, step-end, ease-out, ease-in; +} + +od { + transition-delay: 50000ms, 0.125s, 3s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: -dash-, all, -dash-, ident, ident; + transition-timing-function: ease-out, ease, ease-out, ease-in-out, ease; +} + +pd { + transition-delay: 0, 0.125s, 0, 3s, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, all, all, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(10,start), ease-in, ease-in, step-start, ease, ease; +} + +qd { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +rd { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, all; + transition-timing-function: ease, ease, ease; +} + +sd { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(4); +} + +td { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease-in-out; +} + +ud { + transition-delay: 0, 0, 0, 0, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, none, ident, none, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(4), ease, step-start, ease, steps(4), ease; +} + +vd { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in; +} + +wd { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: ease-out, ease; +} + +xd { + transition-delay: 50000ms, 50000ms, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, none, ident; + transition-timing-function: ease, steps(10,start), steps(10,start), step-start, ease; +} + +yd { + transition-delay: 50000ms, 0, 50000ms, 0, 50000ms, 0, 0, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, ident, none, all, ident, -dash-, none, -dash-; + transition-timing-function: step-end, steps(10,start), ease, ease, steps(10,start), step-start, ease, cubic-bezier(1,-2,0,4), step-end; +} + +zd { + transition-delay: 0, 0.125s, 3s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, -dash-, all, all; + transition-timing-function: linear, cubic-bezier(1,-2,0,4), ease, ease, step-start; +} + +ae { + transition-delay: 3s, 0, 3s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, -dash-, -dash-, none, all; + transition-timing-function: ease, ease, ease, ease, step-end; +} + +be { + transition-delay: 3s, 0.125s, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: none, all, all, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), linear, ease-in, ease-in; +} + +ce { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-start; +} + +de { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: step-start; +} + +ee { + transition-delay: 0, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: none, none, all; + transition-timing-function: ease-in, ease-out, steps(10,start); +} + +fe { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-out, ease; +} + +ge { + transition-delay: 0, 0.125s, 0.125s, 0, 0, 0.125s, 0, 3s, 50000ms, 0, 0.125s, 0, 0, 3s, 0, 3s, 3s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, -dash-, all, ident, all, all, ident, all, none, -dash-, all, all, all, none, none, ident, none, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, ease, step-start, ease, step-start, ease-out, step-start, linear, step-end, linear, step-end, ease, ease, linear, ease, ease, ease-in-out, cubic-bezier(1,-2,0,4), ease; +} + +he { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in; +} + +ie { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(10,start); +} + +je { + transition-delay: 0, 50000ms, 3s, 0, 0, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, all, none, ident, all; + transition-timing-function: linear, steps(10,start), steps(4), ease, steps(4), ease, cubic-bezier(1,-2,0,4); +} + +ke { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in; +} + +le { + transition-delay: 0, 0.125s, 3s, 0, 0, 3s, 0, 0, 3s, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, ident, all, none, all, -dash-, none, all, -dash-, all, all; + transition-timing-function: ease, ease-out, linear, steps(10,start), cubic-bezier(1,-2,0,4), linear, step-start, ease-in-out, steps(10,start), steps(4), ease, ease; +} + +me { + transition-delay: 3s, 0, 3s, 0, 3s, 0.125s, 3s, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, ident, none, none, all, none, none, -dash-, -dash-, all; + transition-timing-function: steps(4), cubic-bezier(1,-2,0,4), steps(4), ease, ease-in, ease-in-out, ease, steps(4), cubic-bezier(1,-2,0,4), ease; +} + +ne { + transition-delay: 3s, 3s, 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, -dash-; + transition-timing-function: ease, steps(4), ease, ease-in, ease; +} + +oe { + transition-delay: 50000ms, 0.125s; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: ease-in, ease-in-out; +} + +pe { + transition-delay: 0, 0.125s, 0.125s, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, all, all, ident; + transition-timing-function: ease-in, cubic-bezier(1,-2,0,4), steps(4), cubic-bezier(1,-2,0,4), ease-out; +} + +qe { + transition-delay: 3s, 50000ms, 0, 0, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, ident, all, -dash-, all, all; + transition-timing-function: ease, ease-in, step-end, step-start, ease-in, ease; +} + +re { + transition-delay: 0, 50000ms, 0.125s, 3s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, none, all, none; + transition-timing-function: ease, step-start, ease, ease-in-out, ease-in; +} + +se { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: ident, ident; + transition-timing-function: linear, step-start; +} + +te { + transition-delay: 0, 3s, 3s, 50000ms, 50000ms, 0, 3s, 0, 0, 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, all, -dash-, none, all, all, all, all, none, all, -dash-, ident; + transition-timing-function: steps(10,start), ease-out, steps(4), cubic-bezier(1,-2,0,4), ease, ease, ease-in-out, ease-out, step-end, cubic-bezier(1,-2,0,4), ease, ease-out, linear; +} + +ue { + transition-delay: 50000ms, 0, 0, 50000ms, 0, 3s, 0, 0.125s, 0.125s, 0.125s, 50000ms, 3s, 3s, 0.125s, 50000ms, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, none, all, none, all, ident, all, ident, ident, ident, ident, all, none, all, all, all; + transition-timing-function: ease-in, ease, step-end, ease, ease-in, ease, step-start, ease, step-start, ease, ease, ease-out, cubic-bezier(1,-2,0,4), linear, ease, steps(10,start), ease; +} + +ve { + transition-delay: 0, 0.125s, 0, 3s, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, ident, none, all, -dash-, all; + transition-timing-function: ease, ease, step-end, steps(10,start), ease-out, step-end; +} + +we { + transition-delay: 50000ms, 3s, 0, 0.125s, 0.125s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, -dash-, -dash-, ident, -dash-, all; + transition-timing-function: linear, ease-in-out, ease-in, ease-in-out, ease, ease-in-out, ease-out; +} + +xe { + transition-delay: 50000ms, 3s, 0.125s, 0, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, ident, none, all, none, all; + transition-timing-function: ease-in, ease, ease-out, linear, steps(4), ease, ease; +} + +ye { + transition-delay: 3s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +ze { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +af { + transition-delay: 0, 0, 50000ms, 0, 0, 50000ms, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, -dash-, all, none, all, none, all; + transition-timing-function: ease, ease, ease-out, step-start, ease-in-out, ease-in, ease, ease-in; +} + +bf { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +cf { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-out; +} + +df { + transition-delay: 0, 0, 0, 0, 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, none, ident, all, -dash-, ident; + transition-timing-function: steps(4), step-start, ease-out, ease-in, ease, steps(4), cubic-bezier(1,-2,0,4); +} + +ef { + transition-delay: 3s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +ff { + transition-delay: 3s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +gf { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, cubic-bezier(1,-2,0,4); +} + +hf { + transition-delay: 0, 0, 0, 0, 50000ms, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, ident, none, all, all, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, steps(4), ease, ease-out, ease, step-start, ease; +} + +if { + transition-delay: 0, 50000ms, 0.125s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, -dash-, all, all; + transition-timing-function: linear, ease, steps(10,start), steps(4); +} + +jf { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-out; +} + +kf { + transition-delay: 50000ms, 3s, 0.125s, 0, 3s, 0, 50000ms, 0.125s, 50000ms, 0.125s, 3s, 0, 0, 50000ms, 0, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, ident, all, all, all, none, all, ident, none, ident, all, none, none, all, -dash-, all; + transition-timing-function: ease, step-start, steps(10,start), ease-in-out, ease-out, steps(4), step-end, step-end, step-start, ease-out, ease-out, step-end, ease, ease, step-start, ease-out, ease-in, ease-in-out; +} + +lf { + transition-delay: 0, 0, 0.125s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, -dash-, none, none; + transition-timing-function: ease-in, ease-out, linear, linear, linear, ease-in; +} + +mf { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: step-end; +} + +nf { + transition-delay: 0, 0.125s; + transition-duration: 0, 0; + transition-property: -dash-, ident; + transition-timing-function: linear, ease-in; +} + +of { + transition-delay: 0, 0.125s, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, -dash-, none; + transition-timing-function: linear, steps(4), ease; +} + +pf { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, -dash-; + transition-timing-function: ease, ease-out, ease; +} + +qf { + transition-delay: 0.125s, 0.125s; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease, ease; +} + +rf { + transition-delay: 0.125s, 0, 50000ms, 0.125s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, -dash-, none, -dash-, all, -dash-, all; + transition-timing-function: ease-out, ease-in-out, steps(10,start), step-end, cubic-bezier(1,-2,0,4), ease-in, ease; +} + +sf { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, cubic-bezier(1,-2,0,4); +} + +tf { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: step-end; +} + +uf { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: steps(10,start); +} + +vf { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: ident, -dash-; + transition-timing-function: ease-in-out, steps(10,start); +} + +wf { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +xf { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-in-out, step-end; +} + +yf { + transition-delay: 50000ms, 0.125s, 3s, 3s, 0.125s, 0, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, ident, all, all, all, all, all; + transition-timing-function: ease, ease, ease-out, ease, ease-in, ease, step-end, ease; +} + +zf { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in-out; +} + +ag { + transition-delay: 3s, 0, 0, 0.125s, 3s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, none, all, all, none, -dash-, none; + transition-timing-function: ease, ease-in-out, ease, step-end, ease, ease, step-end; +} + +bg { + transition-delay: 50000ms, 3s, 0, 3s, 0, 0.125s, 0, 50000ms, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, -dash-, all, ident, -dash-, -dash-, all, ident, -dash-; + transition-timing-function: ease-out, ease-in, step-end, steps(4), step-start, linear, steps(10,start), ease, step-end, step-end; +} + +cg { + transition-delay: 0.125s, 0, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-out, cubic-bezier(1,-2,0,4), linear, ease; +} + +dg { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(10,start); +} + +eg { + transition-delay: 50000ms, 0, 0, 0, 0, 0, 0, 0, 3s, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, ident, -dash-, none, all, all, ident, all, all, -dash-; + transition-timing-function: step-end, ease, ease, steps(10,start), ease-in-out, step-start, ease, ease, linear, step-start, cubic-bezier(1,-2,0,4), ease-in-out; +} + +fg { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: step-end, ease-in; +} + +gg { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +hg { + transition-delay: 50000ms, 0, 0, 50000ms, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, none, ident, none, ident, ident, none; + transition-timing-function: ease-in, step-end, cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4), step-end, step-end, ease-in; +} + +ig { + transition-delay: 50000ms, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: all, none, -dash-; + transition-timing-function: ease-in-out, ease, steps(10,start); +} + +jg { + transition-delay: 0, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, all; + transition-timing-function: ease, ease, steps(4); +} + +kg { + transition-delay: 0, 50000ms, 0, 0.125s, 0, 3s, 0, 0, 0, 0, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, ident, ident, all, ident, all, none, none, ident, none, all, all, -dash-; + transition-timing-function: ease-in-out, ease, ease, steps(4), step-end, ease, ease-in, steps(4), ease, step-start, ease, cubic-bezier(1,-2,0,4), ease-in-out; +} + +lg { + transition-delay: 50000ms, 0, 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, none, all, -dash-; + transition-timing-function: ease, linear, linear, ease-out, step-end, linear; +} + +mg { + transition-delay: 50000ms, 0, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, ident, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), linear, ease, linear; +} + +ng { + transition-delay: 0, 0, 0, 3s, 3s, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, ident, all, ident, ident, all, all; + transition-timing-function: ease, steps(4), ease-out, ease-in, step-start, ease-out, steps(4); +} + +og { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +pg { + transition-delay: 0.125s, 0.125s, 0, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, none, -dash-, all, none; + transition-timing-function: ease-out, ease-in-out, ease, ease-in, step-end; +} + +qg { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: -dash-, none; + transition-timing-function: ease-in, linear; +} + +rg { + transition-delay: 0, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: ident, all, all, all; + transition-timing-function: steps(10,start), ease, step-start, ease; +} + +sg { + transition-delay: 0.125s, 50000ms, 3s; + transition-duration: 0, 0, 0; + transition-property: all, all, -dash-; + transition-timing-function: ease, ease, step-start; +} + +tg { + transition-delay: 0, 0, 0.125s, 0, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, ident, none, -dash-, ident, all; + transition-timing-function: ease, linear, ease, steps(10,start), ease-out, ease; +} + +ug { + transition-delay: 3s, 0, 0, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, -dash-, ident, all, -dash-; + transition-timing-function: ease-out, step-start, step-start, step-start, ease; +} + +vg { + transition-delay: 3s, 50000ms, 0, 0, 3s, 0, 3s, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, -dash-, none, all, ident, ident, all, all; + transition-timing-function: ease-in-out, ease, ease, steps(4), steps(10,start), ease-in, ease, ease, linear, ease-in-out; +} + +wg { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, -dash-, none; + transition-timing-function: linear, ease-in-out, linear; +} + +xg { + transition-delay: 0, 3s, 0, 0, 3s, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, none, all, none, ident, -dash-, all; + transition-timing-function: steps(4), ease-in, ease, ease-out, ease-in, linear, linear; +} + +yg { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, none; + transition-timing-function: ease, ease; +} + +zg { + transition-delay: 0.125s, 50000ms; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: ease-in-out, ease; +} + +ah { + transition-delay: 0, 3s, 0, 0.125s, 50000ms, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, ident, none, none, all, all; + transition-timing-function: ease, ease-in, step-end, step-end, ease, steps(4), ease, ease; +} + +bh { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-out; +} + +ch { + transition-delay: 50000ms, 0, 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, none, none, all, ident, all; + transition-timing-function: step-end, linear, ease-in, linear, steps(10,start), ease; +} + +dh { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-out, ease-out; +} + +eh { + transition-delay: 50000ms, 0, 0, 0.125s, 0, 0, 0.125s, 50000ms, 0.125s, 0, 0, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, ident, ident, all, -dash-, ident, -dash-, -dash-, ident, -dash-, all, all, none, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(10,start), ease, ease, cubic-bezier(1,-2,0,4), steps(4), cubic-bezier(1,-2,0,4), ease-in, ease, ease, ease-in, ease-out, ease, ease, steps(4); +} + +fh { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: none; + transition-timing-function: steps(10,start); +} + +gh { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: ease, ease; +} + +hh { + transition-delay: 0.125s, 3s, 0, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: all, ident, all, -dash-; + transition-timing-function: ease-in-out, ease-in, step-start, ease; +} + +ih { + transition-delay: 0.125s, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: ident, all, all, none; + transition-timing-function: step-end, step-end, ease, linear; +} + +jh { + transition-delay: 3s, 0, 3s, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, all, all; + transition-timing-function: steps(10,start), ease, ease, step-start, ease; +} + +kh { + transition-delay: 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: none, ident, none, all; + transition-timing-function: ease, steps(10,start), cubic-bezier(1,-2,0,4), steps(4); +} + +lh { + transition-delay: 3s, 50000ms, 3s, 0.125s, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, ident, all, ident, ident, all; + transition-timing-function: steps(10,start), linear, steps(10,start), ease-out, cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4); +} + +mh { + transition-delay: 0, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: ident, all, ident; + transition-timing-function: ease-in-out, ease, ease; +} + +nh { + transition-delay: 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), linear, steps(4), step-end; +} + +oh { + transition-delay: 50000ms, 3s; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: steps(4), ease; +} + +ph { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease, linear; +} + +qh { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, ease; +} + +rh { + transition-delay: 0.125s, 50000ms, 0, 0, 0, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, none, none, all, ident, all; + transition-timing-function: steps(4), ease-in, ease-in, cubic-bezier(1,-2,0,4), step-start, ease-in, step-end, ease-in-out; +} + +sh { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease; +} + +th { + transition-delay: 0.125s, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, all; + transition-timing-function: steps(4), ease, ease; +} + +uh { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, none, none; + transition-timing-function: linear, ease, ease-out; +} + +vh { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, ident; + transition-timing-function: ease, ease; +} + +wh { + transition-delay: 0, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, none; + transition-timing-function: ease, ease, ease; +} + +xh { + transition-delay: 0, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, all, none; + transition-timing-function: steps(4), step-start, step-end, linear; +} + +yh { + transition-delay: 3s, 0, 0, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, ident, -dash-, -dash-, -dash-; + transition-timing-function: ease-in, ease-out, step-start, ease, ease-in-out; +} + +zh { + transition-delay: 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, ident, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), step-end, step-end, steps(4); +} + +ai { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(4); +} + +bi { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: steps(4); +} + +ci { + transition-delay: 50000ms, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, ident, -dash-; + transition-timing-function: ease, ease, step-end; +} + +di { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: ident, none, all; + transition-timing-function: steps(4), step-start, step-end; +} + +ei { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in; +} + +fi { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: ident, -dash-; + transition-timing-function: ease-in, ease-in; +} + +gi { + transition-delay: 0.125s, 0.125s, 3s, 0, 50000ms, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, all, all, all, -dash-, none; + transition-timing-function: linear, ease-out, step-end, ease-in-out, linear, steps(4), linear; +} + +hi { + transition-delay: 50000ms, 0, 0, 0.125s, 0, 0, 3s, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, -dash-, -dash-, ident, all, all, all, none, none; + transition-timing-function: ease, ease, steps(4), step-end, steps(10,start), step-start, ease-in-out, ease, linear, linear; +} + +ii { + transition-delay: 50000ms, 3s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: ease, linear, ease; +} + +ji { + transition-delay: 50000ms, 3s; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: linear, ease; +} + +ki { + transition-delay: 0, 50000ms, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, all, all; + transition-timing-function: ease, steps(4), steps(4), step-start, steps(4); +} + +li { + transition-delay: 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, all, -dash-; + transition-timing-function: ease, ease-out, ease-in, steps(10,start); +} + +mi { + transition-delay: 50000ms, 0, 0, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, all, -dash-, all, none; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), ease, ease-out, step-start; +} + +ni { + transition-delay: 50000ms, 0.125s, 50000ms, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, none, none; + transition-timing-function: ease-out, ease, ease, steps(4), ease, cubic-bezier(1,-2,0,4); +} + +oi { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +pi { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: ident, none; + transition-timing-function: ease-in, linear; +} + +qi { + transition-delay: 3s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: linear; +} + +ri { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: step-end; +} + +si { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: step-end, linear; +} + +ti { + transition-delay: 50000ms, 50000ms, 50000ms, 50000ms, 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, all, -dash-, all, ident; + transition-timing-function: ease, steps(4), ease, step-start, ease-in-out, ease, ease; +} + +ui { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in-out; +} + +vi { + transition-delay: 3s, 0, 50000ms, 0, 0, 0, 50000ms, 50000ms, 0, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, none, all, all, all, -dash-, -dash-, all, none, all, ident; + transition-timing-function: linear, steps(10,start), steps(4), linear, step-start, ease, steps(4), step-start, ease, ease, ease, ease-in-out; +} + +wi { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease-in; +} + +xi { + transition-delay: 3s, 3s, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, none; + transition-timing-function: steps(4), cubic-bezier(1,-2,0,4), steps(4); +} + +yi { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(10,start); +} + +zi { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: step-start, ease; +} + +aj { + transition-delay: 0.125s, 0.125s, 0.125s, 3s, 0.125s, 3s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, none, all, -dash-, ident, ident, -dash-; + transition-timing-function: ease-out, ease-in, ease, steps(10,start), ease-out, ease, steps(4), step-end, ease-out; +} + +bj { + transition-delay: 0.125s, 0, 3s, 0, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, none, all, -dash-, all; + transition-timing-function: ease, linear, ease, steps(10,start), ease-in-out; +} + +cj { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-end; +} + +dj { + transition-delay: 0, 0.125s, 3s, 50000ms, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, ident, ident, all, none; + transition-timing-function: ease-out, ease, ease, ease, linear, ease, cubic-bezier(1,-2,0,4); +} + +ej { + transition-delay: 0, 0, 0.125s, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, ident, ident, none; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), step-end, ease-out, cubic-bezier(1,-2,0,4), step-start; +} + +fj { + transition-delay: 0.125s, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, none, all; + transition-timing-function: ease, step-start, linear; +} + +gj { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: none; + transition-timing-function: step-end; +} + +hj { + transition-delay: 0, 3s, 0.125s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, ident, -dash-, all, none; + transition-timing-function: step-end, steps(4), cubic-bezier(1,-2,0,4), ease, cubic-bezier(1,-2,0,4); +} + +ij { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +jj { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(4); +} + +kj { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease, ease; +} + +lj { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, step-end; +} + +mj { + transition-delay: 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: ident, all, ident; + transition-timing-function: ease, ease, ease-out; +} + +nj { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +oj { + transition-delay: 0, 3s, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, ident, -dash-; + transition-timing-function: steps(10,start), ease-out, steps(10,start), cubic-bezier(1,-2,0,4); +} + +pj { + transition-delay: 0, 3s, 0, 0, 0, 0.125s, 0, 0, 3s, 0, 3s, 0, 0, 0, 50000ms, 0, 0, 0.125s, 0, 0, 0, 0.125s, 50000ms, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, -dash-, none, all, none, -dash-, -dash-, ident, -dash-, -dash-, none, all, all, all, all, none, -dash-, none, ident, all, all, all, -dash-, ident; + transition-timing-function: ease, ease, ease, cubic-bezier(1,-2,0,4), steps(10,start), ease-in-out, cubic-bezier(1,-2,0,4), ease-in, ease-out, step-start, cubic-bezier(1,-2,0,4), ease-out, cubic-bezier(1,-2,0,4), steps(10,start), ease-out, steps(10,start), steps(10,start), steps(4), linear, ease, steps(10,start), linear, ease, ease, ease; +} + +qj { + transition-delay: 0, 0, 0, 0.125s, 0, 0.125s, 3s, 0, 50000ms, 3s, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, ident, all, -dash-, ident, all, all, -dash-, -dash-, all, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(4), ease, ease, cubic-bezier(1,-2,0,4), steps(4), ease, step-end, ease, ease, linear, ease-in; +} + +rj { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: ease-in, ease; +} + +sj { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in; +} + +tj { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, ease-in; +} + +uj { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +vj { + transition-delay: 50000ms, 3s, 0, 0.125s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, all, all, all, all, all; + transition-timing-function: ease, ease-in-out, cubic-bezier(1,-2,0,4), ease, ease, linear; +} + +wj { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: step-end; +} + +xj { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: steps(4), cubic-bezier(1,-2,0,4); +} + +yj { + transition-delay: 0, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: all, none, none; + transition-timing-function: ease, ease-in, step-start; +} + +zj { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease-out, ease; +} + +ak { + transition-delay: 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, none, -dash-; + transition-timing-function: ease, ease, steps(4), linear; +} + +bk { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: ease-out, step-end; +} + +ck { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, none; + transition-timing-function: ease, ease; +} + +dk { + transition-delay: 0, 0.125s, 50000ms, 3s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, ident, all, all; + transition-timing-function: steps(10,start), ease-out, ease-out, step-end, steps(4); +} + +ek { + transition-delay: 0, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: none, all, none; + transition-timing-function: step-start, steps(4), linear; +} + +fk { + transition-delay: 0, 0.125s, 0, 0.125s, 3s, 0.125s, 0, 3s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, all, -dash-, none, all, none, all, all, ident; + transition-timing-function: linear, ease-out, step-start, linear, steps(10,start), linear, ease, ease-in-out, ease-in, steps(10,start); +} + +gk { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +hk { + transition-delay: 3s, 0, 50000ms, 50000ms, 0.125s, 3s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, ident, all, none, -dash-, ident, none; + transition-timing-function: steps(10,start), ease, ease, steps(10,start), cubic-bezier(1,-2,0,4), ease-in-out, linear, ease; +} + +ik { + transition-delay: 0.125s, 0, 50000ms, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, all, ident, all; + transition-timing-function: ease-in, steps(4), linear, steps(4), ease; +} + +jk { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: linear; +} + +kk { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +lk { + transition-delay: 0.125s, 0.125s, 3s, 0, 0, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, -dash-, all, -dash-, -dash-, none; + transition-timing-function: step-start, ease-in, ease-out, cubic-bezier(1,-2,0,4), linear, step-start, ease-out, linear; +} + +mk { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: ease-in-out, ease-in-out; +} + +nk { + transition-delay: 3s, 0, 0.125s, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, -dash-, none, ident, ident; + transition-timing-function: step-start, steps(10,start), step-start, ease-in-out, linear; +} + +ok { + transition-delay: 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, all, ident, -dash-; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), steps(4), steps(10,start); +} + +pk { + transition-delay: 0.125s, 0, 0.125s, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, -dash-, all; + transition-timing-function: ease, ease, ease-out, ease-in, ease; +} + +qk { + transition-delay: 0, 0.125s, 0, 3s, 0, 0, 0, 3s, 3s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, none, all, none, -dash-, -dash-, all, all, all; + transition-timing-function: ease-in-out, steps(10,start), step-end, step-end, linear, ease, steps(10,start), ease-in-out, cubic-bezier(1,-2,0,4), ease-out, ease; +} + +rk { + transition-delay: 0, 0.125s, 0, 0.125s, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, all, -dash-, none; + transition-timing-function: ease, ease, steps(4), ease, ease-in, ease; +} + +sk { + transition-delay: 0, 0, 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, -dash-, all, all, -dash-; + transition-timing-function: step-end, steps(4), cubic-bezier(1,-2,0,4), linear, linear, ease; +} + +tk { + transition-delay: 0, 0, 0, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, -dash-, none, -dash-, all; + transition-timing-function: ease-in-out, steps(10,start), ease-in, step-end, cubic-bezier(1,-2,0,4); +} + +uk { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-start; +} + +vk { + transition-delay: 0, 0, 0, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, none, all, all, all, -dash-; + transition-timing-function: ease-out, ease-in, ease-out, ease-in-out, linear, step-end; +} + +wk { + transition-delay: 3s, 3s, 0.125s, 0, 50000ms, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, none, all, all, all, none; + transition-timing-function: ease-in, steps(4), steps(4), step-end, ease-in, step-end, ease; +} + +xk { + transition-delay: 0, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: all, none, none; + transition-timing-function: cubic-bezier(1,-2,0,4), step-start, ease-in-out; +} + +yk { + transition-delay: 0.125s, 3s, 50000ms, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, all, all; + transition-timing-function: steps(4), ease, ease, ease; +} + +zk { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: linear; +} + +al { + transition-delay: 50000ms, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: all, ident, none, -dash-; + transition-timing-function: ease-in-out, linear, steps(4), ease-out; +} + +bl { + transition-delay: 0.125s, 0.125s, 3s, 0, 50000ms, 3s, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, -dash-, -dash-, all, all, -dash-, -dash-, ident; + transition-timing-function: ease-in, cubic-bezier(1,-2,0,4), ease-in, ease-in, ease, cubic-bezier(1,-2,0,4), ease-in, steps(10,start), step-start; +} + +cl { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in-out; +} + +dl { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, -dash-, all; + transition-timing-function: ease-in-out, steps(4), steps(10,start); +} + +el { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-in-out, ease; +} + +fl { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, -dash-; + transition-timing-function: steps(10,start), ease; +} + +gl { + transition-delay: 50000ms, 0.125s, 50000ms, 0.125s, 0, 3s, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, -dash-, none, all, all, none, all, -dash-, none; + transition-timing-function: ease, step-end, ease-in, step-start, step-end, step-end, step-end, cubic-bezier(1,-2,0,4), ease, ease-out; +} + +hl { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +il { + transition-delay: 0, 0.125s, 3s; + transition-duration: 0, 0, 0; + transition-property: ident, all, all; + transition-timing-function: ease, ease-in-out, ease; +} + +jl { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, -dash-, -dash-; + transition-timing-function: step-end, ease, ease; +} + +kl { + transition-delay: 3s, 50000ms, 50000ms; + transition-duration: 0, 0, 0; + transition-property: ident, none, all; + transition-timing-function: ease, linear, cubic-bezier(1,-2,0,4); +} + +ll { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: step-end; +} + +ml { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +nl { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, -dash-, all; + transition-timing-function: ease, step-start, ease-in-out; +} + +ol { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +pl { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(4); +} + +ql { + transition-delay: 50000ms, 3s, 0, 0, 0, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, all, none, all, all, ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), step-start, step-start, step-end, ease-out, cubic-bezier(1,-2,0,4), ease, ease-in-out, ease-in-out; +} + +rl { + transition-delay: 50000ms, 3s; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: ease, ease-out; +} + +sl { + transition-delay: 0.125s, 50000ms, 0, 0.125s, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, ident, all; + transition-timing-function: steps(4), ease, steps(10,start), ease, ease-in-out, cubic-bezier(1,-2,0,4); +} + +tl { + transition-delay: 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, none, ident; + transition-timing-function: steps(10,start), cubic-bezier(1,-2,0,4), step-start, ease; +} + +ul { + transition-delay: 50000ms, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: all, ident, all; + transition-timing-function: steps(10,start), ease-out, ease; +} + +vl { + transition-delay: 0, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: ident, ident, all; + transition-timing-function: ease-out, ease, ease; +} + +wl { + transition-delay: 3s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: linear; +} + +xl { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +yl { + transition-delay: 50000ms, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, none, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-out, ease; +} + +zl { + transition-delay: 0, 0, 50000ms, 0, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, none, all, none, all; + transition-timing-function: ease-in, ease, ease-in, cubic-bezier(1,-2,0,4), ease-out, ease; +} + +am { + transition-delay: 50000ms, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, ident, ident; + transition-timing-function: ease-in, ease, ease-out; +} + +bm { + transition-delay: 0, 0.125s, 0.125s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, -dash-, ident; + transition-timing-function: ease-in-out, ease, ease, ease; +} + +cm { + transition-delay: 0, 0, 0, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, all, ident; + transition-timing-function: steps(4), steps(4), ease, step-end, ease; +} + +dm { + transition-delay: 0, 50000ms, 3s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, ident, all, none, none; + transition-timing-function: ease, step-start, ease, step-start, step-start; +} + +em { + transition-delay: 3s, 50000ms, 0, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, all, all, ident, -dash-; + transition-timing-function: ease-out, ease, ease-in, ease, ease, cubic-bezier(1,-2,0,4); +} + +fm { + transition-delay: 50000ms, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, ident, none, all, -dash-; + transition-timing-function: ease, ease, steps(10,start), steps(4), ease; +} + +gm { + transition-delay: 50000ms, 0, 0, 0, 3s, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, ident, -dash-, ident, all, all, none; + transition-timing-function: step-end, step-end, linear, cubic-bezier(1,-2,0,4), steps(4), cubic-bezier(1,-2,0,4), ease; +} + +hm { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: linear, step-start; +} + +im { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: ease, ease; +} + +jm { + transition-delay: 0.125s, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, none, all, -dash-; + transition-timing-function: steps(4), cubic-bezier(1,-2,0,4), linear, ease-in; +} + +km { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +lm { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease, ease-in-out; +} + +mm { + transition-delay: 0.125s, 50000ms; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: ease, ease; +} + +nm { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +om { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in; +} + +pm { + transition-delay: 50000ms, 3s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: ease, ease, cubic-bezier(1,-2,0,4); +} + +qm { + transition-delay: 0, 0.125s, 50000ms, 0, 0, 50000ms, 0.125s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, none, all, none, ident, all, all, none; + transition-timing-function: ease-in, ease, ease, ease-out, ease, cubic-bezier(1,-2,0,4), ease-in-out, steps(4), ease-in-out; +} + +rm { + transition-delay: 3s; + transition-duration: 0; + transition-property: all; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +sm { + transition-delay: 3s; + transition-duration: 0; + transition-property: none; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +tm { + transition-delay: 0, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, -dash-, ident, all; + transition-timing-function: ease, ease-in, ease, step-start; +} + +um { + transition-delay: 50000ms, 0, 0, 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, none, all, all, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, cubic-bezier(1,-2,0,4), step-start, cubic-bezier(1,-2,0,4), linear, linear; +} + +vm { + transition-delay: 50000ms, 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, none, all, none; + transition-timing-function: step-end, ease-in, ease, ease; +} + +wm { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: steps(10,start), ease-in; +} + +xm { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +ym { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: linear; +} + +zm { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +an { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +bn { + transition-delay: 50000ms, 0.125s, 50000ms, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, all, all, none; + transition-timing-function: step-start, ease, ease-out, linear; +} + +cn { + transition-delay: 0.125s, 0, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: none, none, -dash-, ident; + transition-timing-function: ease-out, step-end, ease, ease; +} + +dn { + transition-delay: 0, 0, 0.125s, 50000ms, 0.125s, 0, 0, 0.125s, 50000ms, 50000ms, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, all, all, -dash-, ident, -dash-, -dash-, all, -dash-, -dash-, -dash-, none; + transition-timing-function: step-start, steps(10,start), ease, steps(4), ease, ease, ease-out, ease, ease-in-out, step-start, step-end, cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4); +} + +en { + transition-delay: 0.125s, 3s, 0, 0, 50000ms, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, none, all, none, all, all, none; + transition-timing-function: steps(4), step-start, ease, ease, ease-in-out, ease-out, ease-out, ease; +} + +fn { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, ident; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, ease-out; +} + +gn { + transition-delay: 50000ms, 3s, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, all, -dash-, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, ease, step-end, ease-in, ease; +} + +hn { + transition-delay: 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, -dash-, none, all; + transition-timing-function: ease-in, ease-in, ease, ease; +} + +in { + transition-delay: 50000ms, 0, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, all, ident, all, -dash-, all; + transition-timing-function: step-end, ease-in-out, ease-out, ease-in-out, ease-in-out, ease; +} + +jn { + transition-delay: 0.125s, 0.125s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: step-start, ease-out; +} + +kn { + transition-delay: 3s, 3s, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: steps(10,start), ease, cubic-bezier(1,-2,0,4); +} + +ln { + transition-delay: 0, 0, 0, 0.125s, 50000ms, 0, 50000ms, 50000ms, 3s, 0, 3s, 0, 0, 0, 0.125s, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, -dash-, ident, -dash-, all, all, -dash-, all, all, none, ident, -dash-, none, all, all; + transition-timing-function: ease, ease, ease-in, ease, steps(4), ease-in-out, ease, step-end, linear, ease, steps(10,start), ease-in, ease, step-end, ease, step-end, step-end; +} + +mn { + transition-delay: 0, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, -dash-; + transition-timing-function: ease, step-end, ease; +} + +nn { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +on { + transition-delay: 50000ms, 3s, 50000ms, 0, 0, 50000ms, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, none, ident, ident, none, all, -dash-, none; + transition-timing-function: cubic-bezier(1,-2,0,4), step-start, ease-out, ease-in, ease, cubic-bezier(1,-2,0,4), steps(10,start), ease; +} + +pn { + transition-delay: 0.125s, 0.125s, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, ident, all, -dash-, all; + transition-timing-function: steps(4), step-start, ease-in, ease, cubic-bezier(1,-2,0,4); +} + +qn { + transition-delay: 0, 50000ms, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, ident, -dash-, ident, none; + transition-timing-function: ease, ease, ease, ease, step-end; +} + +rn { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(4); +} + +sn { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: linear, step-start; +} + +tn { + transition-delay: 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, ident, all, none; + transition-timing-function: ease, ease-out, ease, steps(10,start); +} + +un { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: none, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), step-end; +} + +vn { + transition-delay: 50000ms, 0, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, none, none, none, all; + transition-timing-function: ease, step-end, ease, linear, steps(4), cubic-bezier(1,-2,0,4); +} + +wn { + transition-delay: 0, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: all, -dash-, all; + transition-timing-function: ease, step-end, ease-in-out; +} + +xn { + transition-delay: 0, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, -dash-, all; + transition-timing-function: ease, linear, ease-in; +} + +yn { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: linear, cubic-bezier(1,-2,0,4); +} + +zn { + transition-delay: 50000ms, 0, 0.125s, 0, 0.125s, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, none, -dash-, ident, all, ident, ident; + transition-timing-function: ease-out, step-end, ease-out, ease, ease, ease-in, ease, ease; +} + +ao { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-out; +} + +bo { + transition-delay: 3s, 0, 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, ident, all, all, none; + transition-timing-function: ease, step-end, ease-in-out, step-start, steps(10,start), step-start; +} + +co { + transition-delay: 0, 3s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: -dash-, ident, all; + transition-timing-function: ease, ease, ease; +} + +do { + transition-delay: 50000ms, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, ident, -dash-, all; + transition-timing-function: ease-in, ease-in, ease, cubic-bezier(1,-2,0,4); +} + +eo { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease, ease-in; +} + +fo { + transition-delay: 0, 0, 0, 0, 0, 50000ms, 0, 0.125s, 0.125s, 0, 0.125s, 3s, 3s, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, ident, none, all, all, all, -dash-, -dash-, -dash-, -dash-, all, all, ident, all, -dash-, -dash-; + transition-timing-function: ease, ease-in, ease-in-out, ease-in, steps(10,start), ease, ease-out, step-start, ease-out, steps(10,start), ease, step-end, cubic-bezier(1,-2,0,4), steps(10,start), ease, steps(10,start); +} + +go { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +ho { + transition-delay: 0, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: ease-out, steps(4), ease; +} + +io { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease-in-out; +} + +jo { + transition-delay: 50000ms, 3s, 50000ms, 50000ms, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, -dash-, all, -dash-; + transition-timing-function: step-end, ease-in-out, steps(4), ease, steps(4), step-start; +} + +ko { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +lo { + transition-delay: 3s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: linear; +} + +mo { + transition-delay: 0, 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, none, all; + transition-timing-function: ease-in-out, steps(4), ease-in, ease, ease; +} + +no { + transition-delay: 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, none; + transition-timing-function: ease, linear, ease; +} + +oo { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease, step-end; +} + +po { + transition-delay: 50000ms, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, -dash-, all, none; + transition-timing-function: ease-in-out, ease-in, ease, ease; +} + +qo { + transition-delay: 0.125s, 50000ms, 0, 3s, 50000ms, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, -dash-, all, ident, all; + transition-timing-function: step-start, ease, steps(10,start), ease-in, ease, ease, linear; +} + +ro { + transition-delay: 3s, 0, 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, ident, -dash-, all, all; + transition-timing-function: linear, ease-out, ease-in, step-end, ease-out; +} + +so { + transition-delay: 0, 50000ms, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, none, all; + transition-timing-function: ease-in, ease-out, steps(10,start); +} + +to { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, ident; + transition-timing-function: ease, ease-in-out; +} + +uo { + transition-delay: 0.125s, 0, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, none, -dash-, all, all; + transition-timing-function: ease, linear, ease-in, ease-out, steps(10,start); +} + +vo { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, none; + transition-timing-function: ease-in, ease-in, steps(4); +} + +wo { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in; +} + +xo { + transition-delay: 3s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +yo { + transition-delay: 0.125s, 0, 0.125s, 0, 50000ms, 0, 0.125s, 0, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, -dash-, -dash-, -dash-, -dash-, none, all, all, -dash-; + transition-timing-function: steps(4), steps(4), linear, ease-in, linear, ease, cubic-bezier(1,-2,0,4), steps(10,start), ease, steps(4), ease; +} + +zo { + transition-delay: 0.125s, 50000ms, 3s, 50000ms, 0, 0, 0, 0, 0.125s, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, none, all, all, all, -dash-, ident, -dash-, none, -dash-; + transition-timing-function: steps(4), ease-out, steps(10,start), ease, ease-in, ease-in, step-end, step-end, ease, ease-in, ease-in-out; +} + +ap { + transition-delay: 3s; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in-out; +} + +bp { + transition-delay: 3s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(10,start); +} + +cp { + transition-delay: 50000ms, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: ident, ident, all, none; + transition-timing-function: steps(4), steps(10,start), ease-out, ease-in-out; +} + +dp { + transition-delay: 3s, 0.125s, 0, 0, 3s, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, none, -dash-, ident, -dash-; + transition-timing-function: steps(4), ease-in, step-end, steps(10,start), ease-out, step-end, ease-in; +} + +ep { + transition-delay: 50000ms, 0, 0, 0, 0, 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, none, all, ident, all, all, all, all; + transition-timing-function: steps(4), ease-in, steps(4), ease, step-end, ease, ease, steps(10,start); +} + +fp { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, none; + transition-timing-function: ease-out, ease; +} + +gp { + transition-delay: 0, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, none, ident, -dash-; + transition-timing-function: ease, linear, steps(4), ease-in-out; +} + +hp { + transition-delay: 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, all, ident; + transition-timing-function: ease, ease, ease-in-out, steps(4); +} + +ip { + transition-delay: 50000ms, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, ident, -dash-; + transition-timing-function: ease, steps(4), steps(4); +} + +jp { + transition-delay: 0, 0, 3s, 0, 50000ms, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, -dash-, all, all, all, ident; + transition-timing-function: ease, ease-in-out, ease, ease, ease, step-start, ease-out; +} + +kp { + transition-delay: 0.125s, 3s, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, ident, all, all, all; + transition-timing-function: ease-out, ease-out, step-start, step-start, ease; +} + +lp { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, ident, -dash-; + transition-timing-function: ease-in, step-start, ease-in; +} + +mp { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +np { + transition-delay: 0, 0.125s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: steps(10,start), steps(4); +} + +op { + transition-delay: 50000ms, 0, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, all, all, ident; + transition-timing-function: ease-in, linear, ease, linear, step-end; +} + +pp { + transition-delay: 0, 0, 3s, 0, 3s, 0.125s, 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, ident, -dash-, -dash-, -dash-, none, ident; + transition-timing-function: ease, step-end, step-start, cubic-bezier(1,-2,0,4), ease, ease, cubic-bezier(1,-2,0,4), step-start, ease-in-out, step-start; +} + +qp { + transition-delay: 0.125s, 0.125s, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, ident, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), step-start, ease-in-out; +} + +rp { + transition-delay: 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, none, none; + transition-timing-function: ease, steps(4), ease, step-end; +} + +sp { + transition-delay: 0, 0, 0, 0, 50000ms, 0, 0, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, all, ident, all, all, none, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), step-end, cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4), ease, ease, ease, ease, ease-out; +} + +tp { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +up { + transition-delay: 0, 50000ms, 0, 0, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, none, all, none; + transition-timing-function: step-start, step-end, linear, steps(4), ease-in, linear, ease; +} + +vp { + transition-delay: 0, 0, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: none, none, none, ident; + transition-timing-function: ease, step-start, cubic-bezier(1,-2,0,4), ease; +} + +wp { + transition-delay: 0.125s, 0.125s, 0, 50000ms, 0.125s, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, ident, all, all, ident, all; + transition-timing-function: linear, cubic-bezier(1,-2,0,4), step-start, ease, ease, steps(10,start), ease; +} + +xp { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in; +} + +yp { + transition-delay: 0, 0, 0, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, all, ident, all, none; + transition-timing-function: steps(4), ease, ease-in, ease-out, ease; +} + +zp { + transition-delay: 3s, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, -dash-, -dash-, all, all; + transition-timing-function: ease-in-out, ease-in-out, ease, ease-in, ease; +} + +aq { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +bq { + transition-delay: 0, 0.125s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: linear, ease-in-out; +} + +cq { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: step-end; +} + +dq { + transition-delay: 0.125s, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, ident, all; + transition-timing-function: ease, ease, steps(4), steps(4); +} + +eq { + transition-delay: 50000ms, 0.125s, 50000ms, 3s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, ident, all, all, ident; + transition-timing-function: ease-in-out, cubic-bezier(1,-2,0,4), ease, step-end, ease, ease-in; +} + +fq { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: -dash-, -dash-; + transition-timing-function: ease, ease; +} + +gq { + transition-delay: 3s; + transition-duration: 0; + transition-property: none; + transition-timing-function: steps(10,start); +} + +hq { + transition-delay: 0.125s, 0, 3s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, ident, none, none; + transition-timing-function: ease, ease, ease, ease; +} + +iq { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +jq { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4), ease; +} + +kq { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: linear; +} + +lq { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, ident; + transition-timing-function: ease-in-out, ease; +} + +mq { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, none, ident; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), linear; +} + +nq { + transition-delay: 50000ms, 3s, 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, none, all, -dash-, all; + transition-timing-function: ease-out, steps(4), ease-in, ease-in, ease, ease-in; +} + +oq { + transition-delay: 0, 0, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: none, none, ident, none; + transition-timing-function: ease, ease-out, step-start, ease; +} + +pq { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: step-end; +} + +qq { + transition-delay: 0, 3s, 3s, 3s, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, none, -dash-, all, all; + transition-timing-function: ease, steps(4), steps(4), ease-out, ease, ease-in; +} + +rq { + transition-delay: 0.125s, 50000ms, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, -dash-, none, ident; + transition-timing-function: linear, ease, step-start, ease-in; +} + +sq { + transition-delay: 0, 0.125s, 0, 50000ms, 0, 50000ms, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, none, all, ident, all, none; + transition-timing-function: ease-in, ease, ease-out, ease-in, ease, ease-in, ease-in, ease-in-out; +} + +tq { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease-out, ease; +} + +uq { + transition-delay: 3s, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: none, -dash-, -dash-; + transition-timing-function: ease, ease, ease-out; +} + +vq { + transition-delay: 3s, 0, 0, 3s, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, ident, all, -dash-, ident; + transition-timing-function: steps(4), linear, ease-out, ease, steps(10,start), ease; +} + +wq { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: steps(10,start), ease; +} + +xq { + transition-delay: 50000ms, 0, 50000ms, 0, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, all, -dash-, ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-in-out, steps(4), ease, cubic-bezier(1,-2,0,4), step-end, steps(10,start); +} + +yq { + transition-delay: 0, 50000ms, 0, 3s, 0, 0.125s, 3s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, ident, -dash-, all, ident, all, all, all; + transition-timing-function: steps(4), ease, ease, cubic-bezier(1,-2,0,4), ease, steps(4), steps(4), ease-out, ease; +} + +zq { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: none; + transition-timing-function: linear; +} + +ar { + transition-delay: 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, ident, all, all; + transition-timing-function: step-end, steps(10,start), steps(10,start), ease; +} + +br { + transition-delay: 0, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, ident, ident; + transition-timing-function: step-end, ease-in-out, linear, ease; +} + +cr { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +dr { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease, steps(4); +} + +er { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: ease-in-out, steps(10,start); +} + +fr { + transition-delay: 50000ms, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, ident, all; + transition-timing-function: ease, ease, ease; +} + +gr { + transition-delay: 0, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: all, -dash-, all; + transition-timing-function: steps(10,start), steps(4), ease-out; +} + +hr { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +ir { + transition-delay: 0, 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, all, all, all; + transition-timing-function: step-start, ease, steps(10,start), ease; +} + +jr { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: none; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +kr { + transition-delay: 0, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: ident, ident, all, -dash-; + transition-timing-function: steps(4), ease, step-end, ease; +} + +lr { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +mr { + transition-delay: 0.125s, 0, 0, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, all, none; + transition-timing-function: ease, ease-in, ease-in, ease-in-out, ease-in; +} + +nr { + transition-delay: 50000ms, 0, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, none, all, all, all; + transition-timing-function: ease-in-out, linear, ease, ease-out, cubic-bezier(1,-2,0,4); +} + +or { + transition-delay: 50000ms, 0, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, all; + transition-timing-function: ease, ease, ease; +} + +pr { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, ease-in; +} + +qr { + transition-delay: 0, 0, 0, 3s, 0, 50000ms, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, all, ident, -dash-, -dash-, -dash-, all, all; + transition-timing-function: steps(4), steps(4), ease, ease, ease, ease-in-out, steps(4), ease, ease-in, linear; +} + +rr { + transition-delay: 0, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, ident; + transition-timing-function: linear, steps(10,start), step-end; +} + +sr { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +tr { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, ease; +} + +ur { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: linear; +} + +vr { + transition-delay: 50000ms, 0.125s; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease, ease; +} + +wr { + transition-delay: 50000ms, 0.125s, 0, 0.125s, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, none, none, all, none, -dash-; + transition-timing-function: step-start, ease-out, linear, step-end, ease-in-out, steps(10,start), cubic-bezier(1,-2,0,4); +} + +xr { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: ident, ident; + transition-timing-function: step-end, ease; +} + +yr { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +zr { + transition-delay: 3s, 3s, 50000ms, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: ident, -dash-, ident, ident; + transition-timing-function: ease, ease, steps(10,start), steps(10,start); +} + +as { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +bs { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +cs { + transition-delay: 0, 0, 3s, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, all, none, -dash-, ident, all; + transition-timing-function: ease, step-end, cubic-bezier(1,-2,0,4), ease-out, cubic-bezier(1,-2,0,4), ease-in; +} + +ds { + transition-delay: 0.125s, 0, 50000ms, 0, 50000ms, 0, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, none, -dash-, none, none, all, -dash-; + transition-timing-function: ease, steps(10,start), ease, ease-in, steps(4), ease, step-start, ease; +} + +es { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease; +} + +fs { + transition-delay: 3s, 3s, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, all, -dash-, all, none; + transition-timing-function: ease-in, ease, ease-in, ease-out, ease, ease-in; +} + +gs { + transition-delay: 3s, 0.125s, 0; + transition-duration: 0, 0, 0; + transition-property: ident, all, all; + transition-timing-function: step-start, ease-in-out, step-start; +} + +hs { + transition-delay: 0.125s, 0, 3s, 50000ms, 50000ms, 0, 0.125s, 0, 0, 0.125s, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, none, none, ident, none, ident, -dash-, none, -dash-, ident, ident; + transition-timing-function: ease-in, ease, ease-in, ease-out, ease-in, ease, ease, steps(10,start), linear, ease-out, ease, ease; +} + +is { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: ease-in, step-end; +} + +js { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: ease, ease; +} + +ks { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +ls { + transition-delay: 0.125s, 3s, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: none, all, -dash-, -dash-; + transition-timing-function: steps(4), step-end, step-start, steps(4); +} + +ms { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +ns { + transition-delay: 3s, 50000ms, 0, 50000ms, 3s, 0.125s, 0, 50000ms, 0, 0, 0.125s, 0.125s, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, all, all, all, all, none, all, -dash-, none, all, -dash-, -dash-; + transition-timing-function: step-end, linear, linear, ease, ease-in-out, ease-in-out, step-start, ease, ease, steps(4), cubic-bezier(1,-2,0,4), ease, ease, step-start; +} + +os { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: step-start; +} + +ps { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-start; +} + +qs { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, ease-in-out; +} + +rs { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: linear; +} + +ss { + transition-delay: 0, 3s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, ease; +} + +ts { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: ident, none; + transition-timing-function: linear, ease; +} + +us { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +vs { + transition-delay: 0, 0.125s, 0.125s, 50000ms, 3s, 50000ms, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, ident, all, ident, all, all, all; + transition-timing-function: ease, ease, ease-in, ease, ease-out, ease, ease; +} + +ws { + transition-delay: 0, 0, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, all, all; + transition-timing-function: step-start, ease, step-start, ease-out, steps(10,start); +} + +xs { + transition-delay: 0, 3s, 50000ms, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, all, all; + transition-timing-function: ease, linear, steps(10,start), ease, linear; +} + +ys { + transition-delay: 0.125s, 0, 0, 0, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, ident, ident, ident, ident, all, ident; + transition-timing-function: steps(4), steps(4), ease, ease, step-end, linear, step-end, cubic-bezier(1,-2,0,4); +} + +zs { + transition-delay: 0, 50000ms, 0.125s; + transition-duration: 0, 0, 0; + transition-property: ident, -dash-, -dash-; + transition-timing-function: step-start, linear, step-start; +} + +at { + transition-delay: 0, 0, 0, 3s, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, -dash-, all, -dash-, all, -dash-, ident; + transition-timing-function: steps(10,start), steps(4), cubic-bezier(1,-2,0,4), step-end, ease-out, step-start, steps(10,start); +} + +bt { + transition-delay: 50000ms, 3s, 0, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: -dash-, ident, none, all, ident; + transition-timing-function: linear, ease, steps(4), cubic-bezier(1,-2,0,4), ease; +} + +ct { + transition-delay: 0.125s, 3s, 50000ms, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, ident, -dash-, all, -dash-, ident; + transition-timing-function: ease, step-end, ease, ease-in-out, ease-in-out, steps(10,start); +} + +dt { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, ease-in-out; +} + +et { + transition-delay: 50000ms, 50000ms, 0, 3s, 3s, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, -dash-, ident, -dash-, all, ident, -dash-; + transition-timing-function: steps(10,start), ease, ease, step-start, ease-out, cubic-bezier(1,-2,0,4), ease-out; +} + +ft { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, steps(10,start); +} + +gt { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: linear, ease-in-out; +} + +ht { + transition-delay: 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, all, -dash-; + transition-timing-function: ease-in, ease-out, ease, ease; +} + +it { + transition-delay: 0, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, -dash-, all, all; + transition-timing-function: ease-in-out, steps(4), steps(4), step-end; +} + +jt { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease, ease-in; +} + +kt { + transition-delay: 3s, 0, 50000ms, 3s, 0, 0, 50000ms, 0, 0, 0.125s, 0, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, ident, all, -dash-, all, all, none, none, ident, all, all, ident; + transition-timing-function: step-end, ease-in, ease, ease-in, ease, ease-out, ease, step-start, steps(10,start), ease-in-out, cubic-bezier(1,-2,0,4), ease, ease-out, steps(4); +} + +lt { + transition-delay: 0.125s, 50000ms, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, ident, -dash-, none; + transition-timing-function: step-end, ease, step-end, step-end, step-start; +} + +mt { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-in, ease; +} + +nt { + transition-delay: 3s, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, none, none; + transition-timing-function: ease, ease, ease, step-end; +} + +ot { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +pt { + transition-delay: 0, 3s, 3s; + transition-duration: 0, 0, 0; + transition-property: none, ident, all; + transition-timing-function: ease, ease, ease; +} + +qt { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-out, ease; +} + +rt { + transition-delay: 3s, 0, 0, 0, 0.125s, 0, 0, 0.125s, 3s, 0, 0, 3s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, -dash-, all, ident, all, ident, -dash-, -dash-, none, none, all, none; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-in-out, steps(4), cubic-bezier(1,-2,0,4), steps(4), ease-in, ease-in, ease, ease, ease, cubic-bezier(1,-2,0,4), step-start, steps(10,start); +} + +st { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, -dash-; + transition-timing-function: steps(10,start), steps(4), ease; +} + +tt { + transition-delay: 3s, 0.125s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: -dash-, none, none, ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(10,start), steps(4), ease, ease-in-out; +} + +ut { + transition-delay: 0, 0, 50000ms, 50000ms, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, none, ident; + transition-timing-function: ease, ease, ease, ease, steps(10,start); +} + +vt { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: steps(4), ease; +} + +wt { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: -dash-, -dash-; + transition-timing-function: ease, ease; +} + +xt { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, ident; + transition-timing-function: linear, steps(4), step-end; +} + +yt { + transition-delay: 3s, 50000ms, 3s, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, all, all, all; + transition-timing-function: ease-in, ease, cubic-bezier(1,-2,0,4), ease, ease; +} + +zt { + transition-delay: 0, 0, 3s, 0, 0, 0, 0, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, none, all, all, ident, -dash-, -dash-, -dash-, none, all; + transition-timing-function: ease, step-end, steps(4), ease-in, ease-in-out, ease-in-out, steps(4), ease, steps(10,start), ease-out, ease-out; +} + +au { + transition-delay: 0, 50000ms, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, all, ident; + transition-timing-function: ease-out, steps(4), step-end, step-start, steps(10,start); +} + +bu { + transition-delay: 0, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, all; + transition-timing-function: ease, ease, linear; +} + +cu { + transition-delay: 0, 0, 0, 0.125s, 50000ms, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, all, ident, ident, none, -dash-; + transition-timing-function: steps(4), ease, ease-out, steps(4), ease-in, ease-in, cubic-bezier(1,-2,0,4); +} + +du { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: ease, ease; +} + +eu { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(4); +} + +fu { + transition-delay: 0, 3s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, all, none, none; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(4), steps(4), ease-out, step-end; +} + +gu { + transition-delay: 0, 50000ms, 3s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, none, none, all; + transition-timing-function: ease, ease, ease, linear; +} + +hu { + transition-delay: 0, 50000ms; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: ease, steps(10,start); +} + +iu { + transition-delay: 50000ms, 0.125s, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, none; + transition-timing-function: ease, steps(10,start), ease; +} + +ju { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +ku { + transition-delay: 0, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: none, ident, all, all; + transition-timing-function: steps(10,start), step-end, ease, step-end; +} + +lu { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(10,start); +} + +mu { + transition-delay: 3s, 3s, 3s, 50000ms, 3s, 3s, 0.125s, 0, 0, 0, 0, 50000ms, 50000ms, 0.125s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, ident, -dash-, ident, -dash-, all, ident, all, none, all, ident, none, -dash-, all, ident; + transition-timing-function: ease-in, ease, linear, ease, ease-in-out, ease-in, ease-in, linear, ease, step-start, ease, ease, ease-out, step-start, step-start; +} + +nu { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease-in-out, step-end; +} + +ou { + transition-delay: 3s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0; + transition-property: ident, -dash-, none, ident; + transition-timing-function: linear, ease, step-end, step-start; +} + +pu { + transition-delay: 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: steps(10,start), ease, ease; +} + +qu { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: ident, all; + transition-timing-function: step-start, ease-in-out; +} + +ru { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(10,start); +} + +su { + transition-delay: 0, 50000ms, 0.125s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: -dash-, -dash-, all, -dash-; + transition-timing-function: step-start, steps(4), ease, ease; +} + +tu { + transition-delay: 0.125s, 0.125s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, all, none, -dash-; + transition-timing-function: ease, step-end, ease, ease, ease-in; +} + +uu { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +vu { + transition-delay: 0, 3s, 50000ms, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, none, all, all, all, all; + transition-timing-function: step-end, ease-out, linear, step-end, step-end, ease; +} + +wu { + transition-delay: 0, 0.125s, 0.125s, 0, 0.125s, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, all, all, -dash-, none, none, all; + transition-timing-function: step-start, linear, step-start, step-end, ease-in-out, ease, step-end, ease-in; +} + +xu { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, none, all; + transition-timing-function: linear, ease, step-end; +} + +yu { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: ease, ease; +} + +zu { + transition-delay: 3s, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: linear, ease; +} + +av { + transition-delay: 0, 0.125s, 3s, 0, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, -dash-, all, all, -dash-; + transition-timing-function: ease, ease, linear, ease, linear, ease-out, linear; +} + +bv { + transition-delay: 50000ms, 0.125s; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), steps(4); +} + +cv { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in-out; +} + +dv { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease-out, ease-in-out; +} + +ev { + transition-delay: 0, 50000ms, 50000ms; + transition-duration: 0, 0, 0; + transition-property: ident, all, all; + transition-timing-function: linear, ease, ease; +} + +fv { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-end; +} + +gv { + transition-delay: 0, 0.125s, 50000ms, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, -dash-, none, all; + transition-timing-function: ease, step-start, ease, ease-in-out, ease-in-out, ease; +} + +hv { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, all; + transition-timing-function: cubic-bezier(1,-2,0,4), step-start, ease; +} + +iv { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(10,start); +} + +jv { + transition-delay: 3s, 0, 0, 3s, 50000ms, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, ident, all, none, all, ident, all, all; + transition-timing-function: ease, steps(4), ease-in-out, steps(10,start), ease, steps(4), cubic-bezier(1,-2,0,4), ease-in-out, steps(10,start); +} + +kv { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: step-end, steps(4); +} + +lv { + transition-delay: 0.125s, 0, 3s, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, all, none, -dash-, all, -dash-; + transition-timing-function: ease, ease, steps(10,start), ease-in, ease, steps(4); +} + +mv { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +nv { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: steps(4), cubic-bezier(1,-2,0,4); +} + +ov { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in; +} + +pv { + transition-delay: 0, 0.125s; + transition-duration: 0, 0; + transition-property: -dash-, ident; + transition-timing-function: ease, ease; +} + +qv { + transition-delay: 50000ms, 0.125s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: linear, steps(10,start); +} + +rv { + transition-delay: 3s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +sv { + transition-delay: 3s, 50000ms; + transition-duration: 0, 0; + transition-property: ident, ident; + transition-timing-function: ease, ease; +} + +tv { + transition-delay: 0, 3s, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, ident, none, ident; + transition-timing-function: step-end, ease, ease, ease, ease-in; +} + +uv { + transition-delay: 50000ms, 0; + transition-duration: 0, 0; + transition-property: all, ident; + transition-timing-function: ease, ease; +} + +vv { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +wv { + transition-delay: 0.125s, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, none; + transition-timing-function: ease, ease-out, ease-in; +} + +xv { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: step-start; +} + +yv { + transition-delay: 0, 0, 0, 0, 0.125s, 50000ms, 3s, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, all, all, -dash-, all, none, all, -dash-, all; + transition-timing-function: ease, ease, ease-out, step-end, linear, ease-in, ease-out, ease, steps(4); +} + +zv { + transition-delay: 3s, 0.125s, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, none, -dash-, -dash-, all; + transition-timing-function: ease, linear, cubic-bezier(1,-2,0,4), steps(4), ease; +} + +aw { + transition-delay: 3s, 50000ms, 0, 0, 3s, 0, 0.125s, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, none, ident, ident, all, all, all, all, all, ident; + transition-timing-function: cubic-bezier(1,-2,0,4), ease, step-start, cubic-bezier(1,-2,0,4), step-start, step-start, ease-in-out, ease-out, ease, ease-in-out; +} + +bw { + transition-delay: 0, 0, 50000ms, 0, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, ident, -dash-, all, none, all; + transition-timing-function: step-end, steps(4), step-start, ease-in, linear, step-start, ease; +} + +cw { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +dw { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: step-end; +} + +ew { + transition-delay: 0, 50000ms, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, none, ident; + transition-timing-function: ease-in-out, ease, steps(10,start); +} + +fw { + transition-delay: 0, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, all, all; + transition-timing-function: ease-out, ease, step-start, steps(4); +} + +gw { + transition-delay: 3s, 3s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: ident, -dash-, all; + transition-timing-function: ease, step-start, ease; +} + +hw { + transition-delay: 50000ms, 50000ms, 0, 3s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, all, all, all, none; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), steps(4), cubic-bezier(1,-2,0,4), ease-out; +} + +iw { + transition-delay: 0.125s, 0, 0, 0, 50000ms, 0, 0.125s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, ident, all, ident, ident, none, all, ident; + transition-timing-function: ease-out, steps(4), ease, step-end, ease, ease-in-out, step-end, steps(4), steps(4); +} + +jw { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: none, none; + transition-timing-function: ease-in, ease; +} + +kw { + transition-delay: 0, 0, 0, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, ident, none, -dash-, none, all; + transition-timing-function: ease, ease-in-out, steps(4), ease-out, cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4); +} + +lw { + transition-delay: 3s, 3s; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: cubic-bezier(1,-2,0,4), linear; +} + +mw { + transition-delay: 50000ms, 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: all, -dash-, ident, ident; + transition-timing-function: steps(10,start), steps(10,start), ease-out, ease; +} + +nw { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease-in; +} + +ow { + transition-delay: 50000ms, 0, 0, 0, 50000ms, 3s, 0, 3s, 0, 3s, 3s, 0, 3s, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, none, all, all, all, none, all, all, none, -dash-, all, all, none; + transition-timing-function: ease, ease-in, ease-out, ease, ease, step-start, step-end, ease-in, step-start, ease-out, ease-out, step-start, ease, steps(10,start), steps(4); +} + +pw { + transition-delay: 0, 0, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: -dash-, all, all, none, none; + transition-timing-function: steps(10,start), steps(10,start), ease-out, ease, ease-in-out; +} + +qw { + transition-delay: 3s, 3s; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease; +} + +rw { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: ident, none; + transition-timing-function: ease-out, ease; +} + +sw { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +tw { + transition-delay: 0.125s, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: none, all, all; + transition-timing-function: steps(4), ease, step-start; +} + +uw { + transition-delay: 0, 0.125s, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, none, -dash-; + transition-timing-function: ease, steps(10,start), ease, linear; +} + +vw { + transition-delay: 0, 3s, 0; + transition-duration: 0, 0, 0; + transition-property: none, all, all; + transition-timing-function: ease-in, ease, step-end; +} + +ww { + transition-delay: 0, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, ident, -dash-; + transition-timing-function: ease, step-end, ease; +} + +xw { + transition-delay: 3s, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: ident, all, all; + transition-timing-function: ease, steps(10,start), steps(10,start); +} + +yw { + transition-delay: 3s, 0.125s; + transition-duration: 0, 0; + transition-property: ident, -dash-; + transition-timing-function: ease, ease; +} + +zw { + transition-delay: 0, 0, 3s, 0, 0, 0, 3s, 50000ms, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, ident, none, none, all, ident, ident, ident, all; + transition-timing-function: ease-out, linear, ease, ease, steps(10,start), step-start, ease, steps(4), ease, ease-in-out; +} + +ax { + transition-delay: 0, 0.125s, 0, 0, 0, 0.125s, 3s, 0, 0, 0, 0, 0, 3s, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: none, -dash-, none, ident, ident, ident, -dash-, -dash-, none, none, -dash-, all, all, all, all; + transition-timing-function: ease-in-out, ease-in, ease, ease, ease-out, cubic-bezier(1,-2,0,4), steps(4), cubic-bezier(1,-2,0,4), ease-out, ease-in, ease, step-end, ease-in-out, ease-in-out, ease; +} + +bx { + transition-delay: 0, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: all, all, -dash-; + transition-timing-function: step-start, linear, ease-in; +} + +cx { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(10,start); +} + +dx { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-out; +} + +ex { + transition-delay: 0, 0, 0.125s, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, -dash-, all; + transition-timing-function: step-end, ease-in, cubic-bezier(1,-2,0,4), steps(4); +} + +fx { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: -dash-, all; + transition-timing-function: ease, ease; +} + +gx { + transition-delay: 3s, 0.125s; + transition-duration: 0, 0; + transition-property: ident, ident; + transition-timing-function: ease-out, steps(10,start); +} + +hx { + transition-delay: 0, 0.125s, 50000ms, 0.125s, 0, 0.125s, 50000ms, 0, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: ident, all, none, all, all, ident, all, -dash-, ident; + transition-timing-function: step-end, ease, ease-in, cubic-bezier(1,-2,0,4), ease-in, ease-in-out, steps(4), ease-in-out, ease; +} + +ix { + transition-delay: 0, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, ident, none; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), ease; +} + +jx { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: ident, none; + transition-timing-function: step-end, step-end; +} + +kx { + transition-delay: 3s, 50000ms, 3s, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, all, none, none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), linear, step-end, ease-in-out, ease-in-out, steps(4), ease-out; +} + +lx { + transition-delay: 0, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, all, all, none; + transition-timing-function: ease-in-out, ease-in-out, ease, cubic-bezier(1,-2,0,4), ease; +} + +mx { + transition-delay: 0.125s, 3s; + transition-duration: 0, 0; + transition-property: none, -dash-; + transition-timing-function: ease, ease; +} + +nx { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: ease, ease; +} + +ox { + transition-delay: 0, 0, 50000ms, 0.125s, 50000ms, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: all, ident, -dash-, none, -dash-, all; + transition-timing-function: linear, ease, ease, step-end, step-end, ease; +} + +px { + transition-delay: 0.125s, 0.125s, 50000ms, 3s, 0.125s, 50000ms, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, -dash-, -dash-, all, -dash-, ident, all, all; + transition-timing-function: ease, ease, step-end, ease-in-out, ease-in, ease, ease, ease; +} + +qx { + transition-delay: 3s; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: steps(4); +} + +rx { + transition-delay: 50000ms, 50000ms, 0, 50000ms; + transition-duration: 0, 0, 0, 0; + transition-property: all, all, all, ident; + transition-timing-function: ease, ease-in, linear, ease; +} + +sx { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, all; + transition-timing-function: ease-in, linear, step-start; +} + +tx { + transition-delay: 0, 3s, 0, 50000ms, 0, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, all, ident, ident, all, -dash-, all; + transition-timing-function: ease, ease-out, steps(4), linear, ease-in, steps(4), linear, ease; +} + +ux { + transition-delay: 50000ms, 3s, 0, 0, 50000ms, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, -dash-, none, ident, -dash-, none; + transition-timing-function: steps(10,start), ease-in, ease, step-end, ease, ease-in, linear; +} + +vx { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease; +} + +wx { + transition-delay: 0.125s, 3s, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, ident, all, all, ident, all; + transition-timing-function: step-end, ease, steps(10,start), ease, ease, step-end; +} + +xx { + transition-delay: 50000ms, 3s, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, all, none, all, none, ident; + transition-timing-function: ease, ease-out, steps(4), steps(4), ease, ease; +} + +yx { + transition-delay: 0, 0, 3s, 0, 0, 0.125s, 3s, 3s, 0, 0.125s, 3s, 0.125s, 0, 3s, 0, 50000ms, 0, 3s, 3s, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, all, none, none, all, -dash-, ident, none, -dash-, -dash-, -dash-, all, all, -dash-, all, -dash-, ident, ident, -dash-; + transition-timing-function: step-start, ease-out, ease, cubic-bezier(1,-2,0,4), steps(4), ease, cubic-bezier(1,-2,0,4), step-start, ease-out, ease-out, ease-out, ease, linear, ease-in-out, steps(4), steps(10,start), step-end, ease-in, ease, steps(4); +} + +zx { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: ident, -dash-; + transition-timing-function: linear, step-end; +} + +ay { + transition-delay: 0, 50000ms, 0, 0.125s, 0.125s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, none, ident, all, none; + transition-timing-function: ease, ease, ease, step-end, ease; +} + +by { + transition-delay: 3s, 50000ms, 0, 0, 0, 0, 3s, 0, 0.125s, 0, 50000ms, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, none, all, none, all, all, all, ident, none, all, all; + transition-timing-function: step-start, ease, cubic-bezier(1,-2,0,4), ease-in, ease, steps(4), ease, steps(10,start), ease-in-out, ease, step-end, ease; +} + +cy { + transition-delay: 0, 0, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: ident, all, all, all, all; + transition-timing-function: ease, step-start, ease-in, steps(4), steps(4); +} + +dy { + transition-delay: 0.125s, 0, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, -dash-, ident; + transition-timing-function: step-end, ease, ease-in-out; +} + +ey { + transition-delay: 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: step-start, ease-out, steps(4); +} + +fy { + transition-delay: 3s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +gy { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: linear, ease; +} + +hy { + transition-delay: 0, 0, 50000ms, 0, 0, 0, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, none, all, all, none, all, all, none, none; + transition-timing-function: ease, ease, linear, ease-in, cubic-bezier(1,-2,0,4), ease, step-start, steps(10,start), ease; +} + +iy { + transition-delay: 0, 0, 3s, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0; + transition-property: all, -dash-, ident, ident, all; + transition-timing-function: steps(4), steps(4), steps(4), ease-in-out, steps(4); +} + +jy { + transition-delay: 0, 0.125s, 50000ms; + transition-duration: 0, 0, 0; + transition-property: all, all, -dash-; + transition-timing-function: steps(10,start), step-end, linear; +} + +ky { + transition-delay: 0; + transition-duration: 0; + transition-property: none; + transition-timing-function: ease-in-out; +} + +ly { + transition-delay: 3s, 0.125s; + transition-duration: 0, 0; + transition-property: none, all; + transition-timing-function: steps(4), ease; +} + +my { + transition-delay: 0, 0, 50000ms, 0.125s, 50000ms, 0, 0, 50000ms, 0, 50000ms, 0.125s, 0, 3s, 0, 0, 50000ms, 3s, 0.125s; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, all, none, all, all, ident, all, all, all, all, -dash-, all, -dash-, ident, none, all, all; + transition-timing-function: ease-out, steps(10,start), steps(10,start), linear, steps(10,start), ease, step-start, ease-in-out, ease, ease-in, cubic-bezier(1,-2,0,4), ease, ease, ease-in, ease-in, steps(4), ease, step-end; +} + +ny { + transition-delay: 0.125s, 0, 0.125s; + transition-duration: 0, 0, 0; + transition-property: ident, -dash-, -dash-; + transition-timing-function: ease, steps(10,start), step-start; +} + +oy { + transition-delay: 0, 0; + transition-duration: 0, 0; + transition-property: all, none; + transition-timing-function: ease, step-start; +} + +py { + transition-delay: 50000ms, 0, 3s, 0.125s; + transition-duration: 0, 0, 0, 0; + transition-property: all, -dash-, all, all; + transition-timing-function: ease, step-end, step-start, ease-out; +} + +qy { + transition-delay: 0, 3s, 0.125s; + transition-duration: 0, 0, 0; + transition-property: all, all, all; + transition-timing-function: ease, steps(4), steps(10,start); +} + +ry { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +sy { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: steps(10,start); +} + +ty { + transition-delay: 3s, 3s, 0, 0, 0.125s, 0.125s, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: -dash-, none, all, none, all, -dash-, -dash-, ident, ident; + transition-timing-function: ease-out, ease-in, linear, step-start, ease-in, ease, steps(10,start), ease, linear; +} + +uy { + transition-delay: 3s, 0, 3s, 3s, 0, 0, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, -dash-, -dash-, all, all, none; + transition-timing-function: ease, ease-out, step-end, ease-in-out, ease-in, ease-out, ease-in; +} + +vy { + transition-delay: 50000ms, 3s, 3s; + transition-duration: 0, 0, 0; + transition-property: -dash-, all, -dash-; + transition-timing-function: ease, cubic-bezier(1,-2,0,4), step-start; +} + +wy { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: none, ident; + transition-timing-function: ease-out, ease; +} + +xy { + transition-delay: 0, 50000ms, 0, 0, 0; + transition-duration: 0, 0, 0, 0, 0; + transition-property: none, -dash-, all, none, all; + transition-timing-function: step-start, step-end, ease, linear, ease; +} + +yy { + transition-delay: 3s, 0; + transition-duration: 0, 0; + transition-property: ident, none; + transition-timing-function: ease-in, step-end; +} + +zy { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in; +} + +az { + transition-delay: 0.125s, 0.125s; + transition-duration: 0, 0; + transition-property: all, -dash-; + transition-timing-function: ease-out, ease-out; +} + +bz { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: all, ident, all; + transition-timing-function: steps(4), ease, step-end; +} + +cz { + transition-delay: 3s, 3s, 3s, 0; + transition-duration: 0, 0, 0, 0; + transition-property: none, none, -dash-, none; + transition-timing-function: step-start, step-end, linear, step-start; +} + +dz { + transition-delay: 3s, 3s; + transition-duration: 0, 0; + transition-property: ident, ident; + transition-timing-function: ease, ease; +} + +ez { + transition-delay: 3s, 50000ms, 50000ms, 0, 0.125s, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: none, -dash-, -dash-, all, ident, all; + transition-timing-function: ease-out, ease, steps(10,start), ease-in, linear, ease; +} + +fz { + transition-delay: 0; + transition-duration: 0; + transition-property: -dash-; + transition-timing-function: ease-in; +} + +gz { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: ease-out, ease-out; +} + +hz { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-out; +} + +iz { + transition-delay: 0, 3s, 0, 0, 3s, 3s, 3s, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0, 0; + transition-property: all, ident, all, -dash-, none, ident, -dash-, -dash-; + transition-timing-function: ease, steps(4), step-end, step-end, ease, ease-in-out, steps(10,start), ease; +} + +jz { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease-in-out; +} + +kz { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: -dash-, -dash-; + transition-timing-function: ease-in, steps(10,start); +} + +lz { + transition-delay: 50000ms, 0, 0, 3s; + transition-duration: 0, 0, 0, 0; + transition-property: all, -dash-, ident, all; + transition-timing-function: cubic-bezier(1,-2,0,4), ease-in-out, steps(4), linear; +} + +mz { + transition-delay: 0; + transition-duration: 0; + transition-property: all; + transition-timing-function: cubic-bezier(1,-2,0,4); +} + +nz { + transition-delay: 0.125s, 0; + transition-duration: 0, 0; + transition-property: all, all; + transition-timing-function: steps(4), ease-in; +} + +oz { + transition-delay: 0, 0, 0; + transition-duration: 0, 0, 0; + transition-property: none, none, all; + transition-timing-function: step-end, steps(10,start), ease-in; +} + +pz { + transition-delay: 3s, 0, 50000ms, 0; + transition-duration: 0, 0, 0, 0; + transition-property: none, ident, none, all; + transition-timing-function: ease, linear, steps(10,start), ease; +} + +qz { + transition-delay: 3s, 50000ms, 0, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: ident, -dash-, ident, all, -dash-, none; + transition-timing-function: step-start, ease, ease, ease, ease-in, linear; +} + +rz { + transition-delay: 3s, 0, 50000ms; + transition-duration: 0, 0, 0; + transition-property: ident, all, -dash-; + transition-timing-function: linear, steps(4), steps(10,start); +} + +sz { + transition-delay: 50000ms; + transition-duration: 0; + transition-property: ident; + transition-timing-function: linear; +} + +tz { + transition-delay: 0.125s; + transition-duration: 0; + transition-property: all; + transition-timing-function: ease; +} + +uz { + transition-delay: 3s, 50000ms, 0.125s, 50000ms, 0, 0, 50000ms; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, none, none, none, none, all; + transition-timing-function: cubic-bezier(1,-2,0,4), cubic-bezier(1,-2,0,4), ease, ease-in, ease, ease, ease-out; +} + +vz { + transition-delay: 3s, 0, 0, 50000ms, 0, 0; + transition-duration: 0, 0, 0, 0, 0, 0; + transition-property: -dash-, -dash-, all, -dash-, -dash-, all; + transition-timing-function: steps(10,start), step-end, ease, steps(4), step-end, linear; +} + +wz { + transition-delay: 0, 50000ms, 0; + transition-duration: 0, 0, 0; + transition-property: none, ident, ident; + transition-timing-function: ease, step-end, steps(10,start); +} + +xz { + transition-delay: 0; + transition-duration: 0; + transition-property: ident; + transition-timing-function: ease; +} + +yz { + transition-delay: 0, 3s, 0, 0, 3s, 50000ms, 3s; + transition-duration: 0, 0, 0, 0, 0, 0, 0; + transition-property: all, all, -dash-, -dash-, -dash-, -dash-, none; + transition-timing-function: steps(10,start), ease-out, ease, ease-in-out, ease-in-out, cubic-bezier(1,-2,0,4), ease-out; +} + +zz { + transition-delay: 0, 3s; + transition-duration: 0, 0; + transition-property: -dash-, none; + transition-timing-function: ease, linear; +} -- 2.30.2